.deposit-hero {
  overflow: hidden;
  padding: 78px 0 86px;
  border-bottom: 1px solid #d8e2f4;
  background: linear-gradient(145deg, #f7f9ff 0%, #eef3ff 58%, #f9fbff 100%);
}

.deposit-hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); gap: 62px; align-items: center; }
.deposit-hero-copy { min-width: 0; }
.deposit-hero-copy h1 { max-width: 760px; margin: 18px 0 0; color: #17254f; font-size: clamp(2.7rem, 5.4vw, 5rem); line-height: 1.01; letter-spacing: -.055em; overflow-wrap: anywhere; }
.deposit-hero-copy h1 span { color: var(--color-primary); }
.deposit-lead { max-width: 680px; margin: 24px 0 0; color: #58657c; font-size: 1.15rem; line-height: 1.75; }
.deposit-announcement { display: inline-flex; align-items: center; gap: 9px; padding: 7px 11px 7px 7px; border: 1px solid #cad7f3; border-radius: 999px; background: rgba(255,255,255,.8); color: #52617b; font-size: .82rem; font-weight: 700; box-shadow: 0 8px 22px rgba(33,65,145,.06); }
.deposit-announcement span { padding: 5px 9px; border-radius: 999px; background: #215ae8; color: #fff; font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; }
.deposit-proof-list { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 24px 0 0; padding: 0; list-style: none; color: #4e5b71; font-size: .9rem; }
.deposit-proof-list li { display: inline-flex; align-items: center; gap: 7px; }
.deposit-proof-list li span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #e3ebff; color: #215ae8; font-size: .75rem; font-weight: 900; }
.deposit-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.deposit-hero-actions .button { min-width: 182px; }
.deposit-hero-note { max-width: 570px; margin: 17px 0 0; color: #6a7589; font-size: .78rem; }

.deposit-hero-preview { min-width: 0; overflow: hidden; border: 1px solid #cdd9f2; border-radius: 20px; background: #fff; box-shadow: 0 26px 70px rgba(33,65,145,.16); transform: rotate(1deg); }
.preview-window-bar { display: flex; align-items: center; gap: 7px; height: 48px; padding: 0 18px; border-bottom: 1px solid #e4e9f5; background: #fbfcff; color: #8994aa; font-size: .75rem; }
.preview-window-bar span { width: 10px; height: 10px; border-radius: 50%; background: #d3dcf1; }
.preview-window-bar strong { margin-left: 8px; font-weight: 700; }
.preview-window-body { display: grid; gap: 14px; padding: 25px; background: linear-gradient(145deg,#fff,#f7f9ff); }
.preview-check-row { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 14px; border: 1px solid #e1e7f4; border-radius: 13px; background: #fff; }
.preview-check-row strong, .preview-check-row small { display: block; }
.preview-check-row strong { color: #243250; font-size: .86rem; }
.preview-check-row small { margin-top: 2px; color: #7a879e; font-size: .72rem; }
.preview-check-row b { color: #215ae8; font-size: .84rem; white-space: nowrap; }
.preview-check-mark, .preview-alert-mark { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; background: #e8efff; color: #215ae8; font-size: .8rem; font-weight: 900; }
.preview-alert-mark { background: #fff2dd; color: #ba6b11; }
.preview-document { display: flex; align-items: center; gap: 12px; margin-top: 2px; padding: 15px; border-radius: 13px; background: #215ae8; color: #fff; }
.preview-document-icon { display: grid; width: 42px; height: 48px; place-items: center; border-radius: 7px; background: #fff; color: #215ae8; font-size: .62rem; font-weight: 900; }
.preview-document strong, .preview-document small { display: block; }
.preview-document strong { font-size: .9rem; }
.preview-document small { margin-top: 2px; color: #dbe5ff; font-size: .72rem; }
.preview-document > span { margin-left: auto; font-size: 1.35rem; }

.content-section { padding: 84px 0; }
.surface-muted { border-block: 1px solid #e3e8f2; background: #f7f9fc; }
.narrow-section { width: min(1000px, calc(100% - 40px)); }
.section-heading-block { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.section-heading-block h2 { margin: 8px 0 13px; color: #17254f; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.12; letter-spacing: -.035em; }
.section-heading-block > p:last-child { margin: 0; color: #66738a; font-size: 1rem; line-height: 1.75; }
.eyebrow { margin: 0; color: #215ae8; font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.deposit-check-section { padding-top: 76px; }
.deposit-check-shell { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); overflow: hidden; border: 1px solid #d4def1; border-radius: 22px; background: #fff; box-shadow: 0 22px 60px rgba(33,65,145,.1); }
.deposit-check-form, .deposit-result-card { min-width: 0; padding: 33px; }
.deposit-check-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 16px; }
.form-field, .choice-field { min-width: 0; }
.form-field-wide, .deposit-submit-button, .deposit-privacy-note, .form-error { grid-column: 1 / -1; }
.form-field label, .choice-field legend { display: block; margin-bottom: 7px; color: #243250; font-size: .9rem; font-weight: 800; }
.form-field small { display: block; margin-top: 6px; color: #77849a; font-size: .74rem; line-height: 1.45; }
.form-field input, .form-field select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #cbd6ea; border-radius: 10px; background: #fff; color: #243250; font: inherit; }
.form-field input:focus, .form-field select:focus, .choice-field input:focus-visible { outline: 3px solid rgba(33,90,232,.16); border-color: #215ae8; }
.money-input { display: flex; align-items: center; overflow: hidden; border: 1px solid #cbd6ea; border-radius: 10px; background: #fff; }
.money-input span { padding-left: 14px; color: #738099; font-weight: 700; }
.money-input input { height: 46px; border: 0; outline: 0; }
.choice-field { margin: 0; padding: 15px; border: 1px solid #d5deee; border-radius: 12px; }
.choice-field label { display: block; margin-top: 9px; color: #59677f; font-size: .82rem; line-height: 1.45; }
.choice-field label:first-of-type { margin-top: 0; }
.choice-field input { margin-right: 6px; accent-color: #215ae8; }
.form-error { min-height: 1.2em; margin: -5px 0 0; color: #b42318; font-size: .82rem; }
.deposit-submit-button { width: 100%; }
.deposit-submit-button[aria-busy="true"] { cursor: wait; opacity: .72; }
.deposit-privacy-note { margin: -3px 0 0; color: #7d899b; font-size: .72rem; line-height: 1.5; }

.deposit-result-card { background: linear-gradient(145deg,#f5f8ff,#edf3ff); }
.deposit-result-card [data-result-empty] { display: grid; min-height: 100%; align-content: center; justify-items: start; }
.result-card-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 16px; background: #215ae8; color: #fff; font-size: 1.35rem; font-weight: 900; box-shadow: 0 12px 24px rgba(33,90,232,.23); }
.deposit-result-card h3 { margin: 17px 0 8px; color: #17254f; font-size: 1.7rem; line-height: 1.2; }
.deposit-result-card p { color: #65738a; line-height: 1.65; }
.result-card-heading { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.result-card-heading h3 { margin-top: 6px; }
.result-card-status { padding: 5px 8px; border-radius: 999px; background: #dce8ff; color: #215ae8; font-size: .68rem; font-weight: 850; letter-spacing: .08em; }
.result-metric { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 22px 0 17px; padding-bottom: 18px; border-bottom: 1px solid #d4def3; }
.result-metric span { color: #63718a; font-size: .8rem; font-weight: 700; }
.result-metric strong { color: #215ae8; font-size: 2.15rem; line-height: 1; letter-spacing: -.04em; }
.result-detail-list { margin: 0; }
.result-detail-list > div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid #dbe4f4; }
.result-detail-list dt { color: #748199; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.result-detail-list dd { margin: 0; color: #243250; font-size: .82rem; font-weight: 700; text-align: right; }
.result-next-step { margin-top: 18px; padding: 14px; border: 1px solid #cad8f3; border-radius: 12px; background: rgba(255,255,255,.7); }
.result-next-step p { margin: 0; font-size: .8rem; }
.result-next-step .result-next-label { margin-bottom: 5px; color: #215ae8; font-weight: 850; }
.result-amount-note { margin: 14px 0 0; font-size: .72rem; }
.result-pack-link { width: 100%; margin-top: 18px; }
.text-reset-button { display: block; margin: 12px auto 0; border: 0; background: transparent; color: #215ae8; font: inherit; font-size: .78rem; font-weight: 750; cursor: pointer; }
.text-reset-button:hover { text-decoration: underline; }

.deposit-process-steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
.deposit-process-steps li { min-height: 210px; border-color: #d8e0ef; background: #fff; }
.deposit-process-steps li > span { background: #e7eeff; color: #215ae8; }
.deposit-process-steps p { color: #66738a; }
.deposit-outcome-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.deposit-outcome-grid article { min-width: 0; padding: 22px; border: 1px solid #d7e0ef; border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(33,65,145,.055); }
.outcome-label { color: #215ae8; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.deposit-outcome-grid h3 { margin: 9px 0 8px; color: #243250; font-size: 1.08rem; line-height: 1.3; }
.deposit-outcome-grid p { margin: 0; color: #6d7a90; font-size: .86rem; line-height: 1.65; }

.deposit-pack-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 40px; padding: 42px; border: 1px solid #cddaf4; border-radius: 22px; background: linear-gradient(135deg,#fff,#f1f5ff); box-shadow: 0 20px 55px rgba(33,65,145,.08); }
.deposit-pack-copy h2 { max-width: 560px; margin: 8px 0 14px; color: #17254f; font-size: clamp(2rem,3.3vw,3rem); line-height: 1.12; letter-spacing: -.035em; }
.deposit-pack-copy > p { max-width: 570px; margin: 0; color: #66738a; line-height: 1.7; }
.pack-price { display: flex; align-items: baseline; gap: 10px; margin: 21px 0 14px; }
.pack-price strong { color: #215ae8; font-size: 2.45rem; letter-spacing: -.04em; }
.pack-price span { color: #6f7c91; font-size: .82rem; }
.deposit-pack-copy .button { min-width: 260px; }
.deposit-pack-copy small { display: block; margin-top: 10px; color: #77849a; font-size: .74rem; }
.deposit-pack-details { padding: 24px; border: 1px solid #d8e2f3; border-radius: 16px; background: rgba(255,255,255,.76); }
.deposit-pack-details h3 { margin: 0 0 15px; color: #243250; font-size: 1.15rem; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 11px 0; padding-left: 25px; color: #52617a; font-size: .88rem; }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: #215ae8; font-weight: 900; }
.send-yourself-note { margin-top: 22px; padding-top: 18px; border-top: 1px solid #dce4f2; }
.send-yourself-note strong { color: #243250; }
.send-yourself-note p { margin: 5px 0 0; color: #6d7a90; font-size: .8rem; line-height: 1.6; }

.deposit-boundary-card { grid-template-columns: .85fr 1.15fr; gap: 42px; border-color: #ead6a4; background: #fffaf0; }
.deposit-boundary-card h2 { color: #3c3422; }
.deposit-boundary-card p, .deposit-boundary-card li { color: #746645; }
.deposit-boundary-card ul { margin: 16px 0 0; padding-left: 19px; }
.deposit-boundary-card li { margin: 7px 0; }
.deposit-sources-section { padding-top: 70px; padding-bottom: 70px; }
.source-card { padding: 30px 34px; border: 1px solid #d7e0ef; border-radius: 17px; background: #f8faff; }
.source-card h2 { margin: 7px 0 10px; color: #243250; font-size: 1.45rem; }
.source-card p { margin: 0; color: #66738a; line-height: 1.7; }
.source-card .source-date { margin-top: 13px; color: #8894a7; font-size: .74rem; }
.deposit-final-cta { border-color: #cfdcf6; background: linear-gradient(135deg,#f3f6ff,#fff); }
.deposit-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }

@media (max-width: 980px) {
  .deposit-hero-grid, .deposit-check-shell, .deposit-pack-card { grid-template-columns: minmax(0,1fr); }
  .deposit-hero-preview { max-width: 660px; width: 100%; margin: 0 auto; }
  .deposit-process-steps { grid-template-columns: minmax(0,1fr); }
  .deposit-outcome-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .deposit-boundary-card { grid-template-columns: minmax(0,1fr); gap: 14px; }
}

@media (max-width: 650px) {
  .deposit-hero { padding: 52px 0 60px; }
  .deposit-hero-grid { gap: 38px; }
  .deposit-hero-copy h1 { font-size: 2.7rem; }
  .deposit-lead { font-size: 1rem; }
  .deposit-hero-actions, .deposit-cta-actions { flex-direction: column; align-items: stretch; }
  .deposit-hero-actions .button, .deposit-cta-actions .button, .deposit-pack-copy .button { width: 100%; min-width: 0; }
  .deposit-check-form { grid-template-columns: minmax(0,1fr); }
  .form-field-wide, .deposit-submit-button, .deposit-privacy-note, .form-error { grid-column: auto; }
  .deposit-check-form, .deposit-result-card { padding: 23px; }
  .deposit-outcome-grid { grid-template-columns: minmax(0,1fr); }
  .deposit-pack-card { padding: 24px; gap: 24px; }
  .deposit-pack-details { padding: 20px; }
  .content-section { padding: 64px 0; }
  .section-heading-block h2 { font-size: 2rem; }
}
