.safeoffers-apply-page { min-width: 320px; }
.safeoffers-apply-header { margin-bottom: 1.5rem; }
.safeoffers-application { position: relative; z-index: 1; padding: 1.5rem 1.25rem 5rem; }
.apply-shell { width: min(100%, 46rem); margin: 0 auto; }
.apply-progress__track { height: .4rem; overflow: hidden; border-radius: 999px; background: #e3eaf0; }
.apply-progress__track span { display: block; width: 6%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #078b9e, #58e1e5); transition: width .45s ease; }
.apply-progress__track .progress-step-1 { width: 6%; }.apply-progress__track .progress-step-2 { width: 25%; }.apply-progress__track .progress-step-3 { width: 50%; }.apply-progress__track .progress-step-4 { width: 75%; }.apply-progress__track .progress-step-5 { width: 100%; }
.apply-progress__steps { display: flex; justify-content: space-between; gap: .2rem; margin: .85rem 0 0; padding: 0; list-style: none; }
.apply-progress__steps li { display: grid; min-width: 0; justify-items: center; gap: .35rem; color: #71808f; font-size: .72rem; text-align: center; }
.apply-progress__steps span { display: grid; width: 1.85rem; height: 1.85rem; place-items: center; border: 1px solid #dbe3eb; border-radius: 50%; background: #fff; font-family: "JetBrains Mono", monospace; font-size: .72rem; }
.apply-progress__steps b { overflow: hidden; max-width: 5rem; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; }
.apply-progress__steps .is-current, .apply-progress__steps .is-done { color: #102234; }
.apply-progress__steps .is-current span { border-color: #078b9e; background: #078b9e; color: #fff; box-shadow: 0 7px 18px rgba(0, 139, 156, .22); }
.apply-progress__steps .is-done span { border-color: #bce4e7; background: #effcfc; color: #078b9e; }
.apply-restored { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; padding: 1rem 1.2rem; border: 1px solid #b9e6e9; border-radius: 1rem; background: #eafafa; color: #3d5a6d; font-size: .9rem; }
.apply-restored p { margin: 0; }.apply-restored button { border: 0; background: transparent; color: #087d90; font-weight: 700; text-decoration: underline; cursor: pointer; }
.apply-step__heading { margin: 2rem 0 2.1rem; }
.apply-step__heading h1 { display: inline-block; margin: 0; padding: .15rem .35rem .28rem; border: 2px solid #078b9e; border-radius: .75rem; color: #0b1d30; font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1; letter-spacing: -.08em; outline: none; }
.apply-step__heading p { margin: .55rem .35rem 0; color: #698093; }
.apply-fields { display: grid; gap: 1.6rem; }
.apply-field, .apply-fieldset { display: grid; gap: .52rem; margin: 0; padding: 0; border: 0; color: #132437; font-size: .93rem; font-weight: 700; }
.apply-field em, .apply-fieldset em, .apply-fieldset p, .apply-field i { color: #6e7e8e; font-style: normal; font-weight: 400; line-height: 1.55; }
.apply-fieldset p { margin: -.15rem 0 .15rem; font-size: .9rem; }
.apply-field input, .apply-field textarea, .apply-field select, .apply-repeat-card input, .apply-repeat-card textarea { box-sizing: border-box; width: 100%; border: 1px solid #edf1f5; border-radius: 1rem; background: rgba(255,255,255,.96); color: #304657; font: inherit; font-weight: 500; outline: none; box-shadow: 0 8px 25px rgba(44, 72, 95, .06); }
.apply-field input, .apply-field select, .apply-repeat-card input { min-height: 3.65rem; padding: .8rem 1rem; }.apply-field textarea, .apply-repeat-card textarea { padding: .9rem 1rem; resize: vertical; }
.apply-field input:focus, .apply-field textarea:focus, .apply-field select:focus, .apply-repeat-card input:focus, .apply-repeat-card textarea:focus { border-color: #078b9e; box-shadow: 0 0 0 2px #bdebed, 0 8px 25px rgba(44,72,95,.08); }
.apply-field [aria-invalid="true"], .apply-repeat-card [aria-invalid="true"] { border-color: #c64b5d; box-shadow: 0 0 0 2px #f9dbe0; }
.apply-field small, .apply-fieldset small { min-height: 1rem; color: #b23a4d; font-size: .8rem; }.apply-field i { font-size: .8rem; font-weight: 500; }
.apply-two-col { display: grid; gap: 1.5rem; }.apply-choice-grid { display: grid; gap: .75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.apply-choice { display: flex; align-items: center; gap: .7rem; min-height: 3.5rem; padding: .75rem 1rem; border: 1px solid #dce7ec; border-radius: .9rem; background: rgba(255,255,255,.8); color: #253647; cursor: pointer; font-weight: 500; }
.apply-choice input { width: 1.1rem; height: 1.1rem; margin: 0; accent-color: #078b9e; }.apply-choice:has(input:checked) { border-color: #a7dfe3; background: #e9f8fa; box-shadow: inset 0 0 0 1px #c6eced; }.apply-choice strong, .apply-choice em { display: block; }.apply-choice em { margin-top: .25rem; font-size: .8rem; font-weight: 400; }
.apply-small-print { padding-left: .7rem; border-left: 2px solid #9edfe4; font-size: .82rem !important; }
.apply-repeat-list { display: grid; gap: .8rem; }.apply-repeat-item { display: flex; gap: .55rem; align-items: center; }.apply-repeat-item input { flex: 1; }.apply-remove { flex: 0 0 auto; min-width: 2.5rem; min-height: 2.5rem; border: 0; border-radius: .8rem; background: #f6f9fb; color: #52697a; cursor: pointer; }
.apply-repeat-card { display: grid; gap: .8rem; padding: 1rem; border: 1px solid #e3ebef; border-radius: 1.15rem; background: rgba(255,255,255,.84); box-shadow: 0 8px 25px rgba(44, 72, 95, .05); }.apply-repeat-card__head { display: flex; align-items: center; justify-content: space-between; color: #758799; font-family: "JetBrains Mono", monospace; font-size: .78rem; }.apply-repeat-card label { display: grid; gap: .35rem; font-size: .83rem; font-weight: 700; }
.apply-secondary-button { width: max-content; min-height: 2.9rem; padding: .65rem 1rem; border: 0; border-radius: 999px; background: #fff; color: #14273a; box-shadow: 0 8px 20px rgba(44,72,95,.08); font: inherit; font-size: .88rem; font-weight: 700; cursor: pointer; }.apply-secondary-button:hover { background: #eafafa; }
.apply-suggestions { display: flex; flex-wrap: wrap; gap: .5rem; }.apply-suggestions button { min-height: 2.55rem; padding: .45rem .85rem; border: 1px solid #dae5ec; border-radius: 999px; background: transparent; color: #436072; font: inherit; font-size: .76rem; cursor: pointer; }.apply-suggestions button:hover { border-color: #9ddce1; background: #eafafa; color: #087d90; }
.apply-number-choices { display: flex; flex-wrap: wrap; gap: .5rem; }.apply-number-choices label { position: relative; }.apply-number-choices input { position: absolute; opacity: 0; }.apply-number-choices span { display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid #dae5ec; border-radius: .85rem; background: #fff; color: #587084; font-family: "JetBrains Mono", monospace; cursor: pointer; }.apply-number-choices input:checked + span { border-color: #9ddce1; background: #eafafa; color: #087d90; box-shadow: inset 0 0 0 1px #bcebed; }
.apply-upload { display: grid; gap: .45rem; padding: 1.1rem; border: 1px dashed #a9c8d1; border-radius: 1rem; background: rgba(255,255,255,.64); color: #173044; font-size: .92rem; font-weight: 700; cursor: pointer; }.apply-upload input { max-width: 100%; color: #607789; font: inherit; font-size: .83rem; font-weight: 500; }.apply-upload em { color: #718394; font-size: .82rem; font-style: normal; font-weight: 400; }.apply-upload span { color: #087d90; font-size: .82rem; font-weight: 600; }
.apply-check-card { display: flex; gap: .85rem; padding: 1rem; border: 1px solid #dce7ec; border-radius: 1rem; background: rgba(255,255,255,.78); color: #314759; cursor: pointer; }.apply-check-card:has(input:checked) { border-color: #a7dfe3; background: #eafafa; }.apply-check-card input { width: 1.2rem; height: 1.2rem; flex: 0 0 auto; margin: .15rem 0 0; accent-color: #078b9e; }.apply-check-card strong { display: block; color: #172a3e; }.apply-check-card em { display: block; margin-top: .35rem; color: #698093; font-size: .85rem; font-style: normal; line-height: 1.5; }
.apply-swatches { display: flex; flex-wrap: wrap; gap: .65rem; }.swatch { width: 2.6rem; height: 2.6rem; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #d5e0e8; cursor: pointer; }.swatch.is-selected { transform: scale(1.1); box-shadow: 0 0 0 2px #0b1d30; }.swatch--teal { background: #008b9c; }.swatch--blue { background: #2563eb; }.swatch--orange { background: #f97316; }.swatch--red { background: #d9485f; }.swatch--green { background: #2f855a; }.swatch--black { background: #1a202c; }
.apply-colour-picker { display: flex; align-items: center; gap: .75rem; color: #607789; font-size: .85rem; font-weight: 500; }.apply-colour-picker input { width: 3rem; height: 2.5rem; padding: .25rem; border: 1px solid #dae5ec; border-radius: .6rem; background: #fff; }.apply-chosen-colours { display: flex; flex-wrap: wrap; gap: .45rem; }.apply-chosen-colours button { min-height: 2.4rem; padding: .3rem .65rem; border: 1px solid #cde5e7; border-radius: 999px; background: #f2fcfc; color: #087d90; font-family: "JetBrains Mono", monospace; font-size: .73rem; cursor: pointer; }
.apply-terms-card, .apply-summary-card { border: 1px solid #dbe7eb; border-radius: 1.15rem; background: rgba(255,255,255,.88); box-shadow: 0 12px 32px rgba(44,72,95,.06); }.apply-terms-card { padding: 1.35rem; color: #486173; font-size: .9rem; line-height: 1.55; }.apply-terms-card h2 { margin: 0 0 .6rem; color: #15283b; font-size: 1.05rem; }.apply-terms-card p { margin: .6rem 0; }
.apply-summary-card > h2, .apply-summary-card > header { display: flex; align-items: center; justify-content: space-between; min-height: 4rem; margin: 0; padding: 0 1.2rem; border-bottom: 1px solid #e0e8ed; color: #172a3d; font-size: 1rem; }.apply-summary-card header span { padding: .3rem .65rem; border-radius: 999px; background: #eafafa; color: #087d90; font-size: .73rem; font-weight: 700; }.apply-summary-card dl { margin: 0; }.apply-summary-card dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; border-bottom: 1px solid #e6edf1; }.apply-summary-card dl > div:last-child { border-bottom: 0; }.apply-summary-card dt { color: #597082; }.apply-summary-card dd { margin: 0; color: #172a3d; font-family: "JetBrains Mono", monospace; font-size: .86rem; }.apply-summary-card dd.is-strong { color: #087d90; font-size: 1rem; font-weight: 700; }.apply-summary-group { padding: 1rem 1.2rem; border-bottom: 1px solid #e6edf1; }.apply-summary-group:last-child { border-bottom: 0; }.apply-summary-group__head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }.apply-summary-group h3 { margin: 0; color: #172a3d; font-size: .9rem; }.apply-summary-group button { border: 0; background: transparent; color: #087d90; font: inherit; font-size: .82rem; font-weight: 700; text-decoration: underline; cursor: pointer; }.apply-summary-group dl { display: grid; gap: .4rem; margin-top: .65rem; }.apply-summary-group dl > div { display: grid; grid-template-columns: 6.4rem 1fr; gap: .75rem; padding: 0; border: 0; font-size: .82rem; }.apply-summary-group dt { color: #748595; }.apply-summary-group dd { color: #455d6f; font-family: inherit; word-break: break-word; }
.apply-stripe-note { margin: 0; color: #6d8090; font-size: .87rem; }.apply-status { min-height: 1.25rem; margin: 1.4rem 0 0; color: #b23a4d; text-align: right; }.apply-status.is-ok { color: #087d90; }
.apply-actions { display: flex; flex-direction: column; gap: .75rem; align-items: stretch; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #dce6ec; }.apply-actions button { min-height: 4rem; border: 0; border-radius: 999px; cursor: pointer; font: inherit; font-size: 1rem; font-weight: 800; }.apply-actions [type="submit"] { order: -1; padding: .8rem 1.75rem; background: #078b9e; color: #fff; box-shadow: 0 12px 26px rgba(0,139,156,.24); }.apply-actions [type="submit"]:hover { background: #057b8c; }.apply-back { padding: .7rem 1.3rem; background: transparent; color: #506b7e; }.apply-save-note { margin: 1.5rem 0 0; color: #778a99; font-size: .85rem; text-align: center; }
@media (min-width: 640px) { .safeoffers-application { padding-top: 2.5rem; }.apply-two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }.apply-actions { flex-direction: row; justify-content: flex-end; align-items: center; }.apply-actions [type="submit"] { order: 0; }.apply-back { width: auto; }.apply-actions [type="submit"] { width: auto; }.apply-progress__steps li { font-size: .77rem; } }
@media (max-width: 520px) { .safeoffers-apply-header { margin-bottom: .25rem; }.safeoffers-apply-header .safeoffers-header__mark { width: 4.4rem; }.safeoffers-apply-header .safeoffers-brand img { width: 8.5rem; }.safeoffers-apply-header .safeoffers-slot-pill { padding: .55rem .65rem; font-size: .7rem; }.apply-choice-grid { grid-template-columns: 1fr; }.apply-step__heading { margin-top: 1.6rem; }.apply-step__heading h1 { font-size: 2rem; }.apply-fields { gap: 1.35rem; } }