@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@700;800&display=swap');

:root { --navy: #17204b; --ink: #17234f; --muted: #68718d; --line: #dfe4ef; --green: #00c776; --green-dark: #00a864; --soft: #f5f8fb; --blue: #1d6598; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f7f9fc; font-family: 'DM Sans', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.page-shell { min-height: 100vh; overflow: hidden; }
.topbar { height: 82px; padding: 0 clamp(24px, 6vw, 96px); display: flex; justify-content: space-between; align-items: center; background: #fff; border-bottom: 1px solid #edf0f5; }
.brand { display: flex; align-items: center; width: 152px; text-decoration: none; }
.brand img { display: block; width: 100%; height: auto; }
.topbar-meta { color: #69728c; font-size: 13px; font-weight: 600; }.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px #e6faf1; }
.hero { position: relative; display: flex; min-height: 316px; padding: 58px clamp(24px, 10vw, 154px) 53px; align-items: center; background: linear-gradient(115deg, #edf8f5 0%, #eff7fa 56%, #eaf5f8 100%); }
.hero::before { position: absolute; content: ''; left: -8%; top: 45%; width: 43%; height: 260px; border: 1px solid rgba(0,199,118,.1); border-radius: 50%; transform: rotate(-17deg); }.hero-copy { position: relative; z-index: 1; max-width: 660px; }.eyebrow, .section-kicker { margin: 0 0 9px; color: var(--green-dark); text-transform: uppercase; letter-spacing: 1.6px; font-size: 11px; font-weight: 700; }.hero h1 { margin: 0; color: var(--navy); font: 800 clamp(31px, 4vw, 48px)/1.13 'Manrope', sans-serif; letter-spacing: -2px; }.hero h1 span { color: var(--green-dark); }.hero-text { max-width: 580px; margin: 18px 0 20px; color: #596580; font-size: 16px; line-height: 1.65; }.hero-note { display: flex; align-items: center; gap: 10px; color: #53617d; font-size: 13px; }.note-icon { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #d5f5e8; color: var(--green-dark); font-weight: 700; }
.hero-illustration { position: relative; width: 250px; height: 208px; margin-left: auto; margin-right: 5%; }.orb { position: absolute; border-radius: 50%; }.orb-one { right: 12px; top: 12px; width: 180px; height: 180px; background: rgba(0,199,118,.13); }.orb-two { right: 37px; top: 37px; width: 130px; height: 130px; border: 1px solid rgba(0,171,103,.21); }.document-shape { position: absolute; left: 55px; top: 20px; width: 114px; height: 153px; padding: 42px 21px 0; background: #fff; border: 1px solid #d9ebe9; border-radius: 7px; box-shadow: 10px 15px 22px rgba(33,105,115,.12); transform: rotate(8deg); }.document-shape::before { content: ''; position: absolute; right: 0; top: 0; border-top: 32px solid #d8f5e9; border-left: 32px solid transparent; }.doc-top { position: absolute; top: 24px; left: 20px; width: 52px; height: 7px; border-radius: 3px; background: var(--green); }.document-shape i { display: block; width: 70px; height: 5px; margin-bottom: 12px; border-radius: 3px; background: #dfe9ed; }.document-shape i.short { width: 45px; }.document-shape b { display: block; width: 20px; height: 20px; margin-top: 12px; border: 2px solid var(--green); border-radius: 5px; }.check-bubble { position: absolute; right: 26px; bottom: 25px; display: grid; width: 47px; height: 47px; place-items: center; border: 5px solid #e8faf2; border-radius: 50%; background: var(--green); color: #fff; font-size: 23px; font-weight: 700; box-shadow: 0 7px 14px rgba(0,156,96,.2); }
.stepper { display: flex; max-width: 1060px; margin: 0 auto; padding: 30px 24px 31px; align-items: center; }.step { display: flex; min-width: 206px; align-items: center; gap: 11px; color: #abb3c3; }.step > span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border: 1px solid #d5dbe6; border-radius: 50%; font-size: 13px; font-weight: 700; }.step.active { color: var(--ink); }.step.active > span { border-color: var(--green); background: var(--green); color: #fff; box-shadow: 0 0 0 5px #e9faf3; }.step strong { display: block; font-size: 13px; }.step small { display: block; margin-top: 3px; color: #98a2b7; font-size: 11px; }.step.active small { color: #68738e; }.step-line { height: 1px; flex: 1; margin: 0 15px; background: #dfe4ec; }
form { max-width: 1060px; margin: 0 auto 55px; }.form-section { margin: 0 24px 18px; padding: 36px 40px 42px; background: #fff; border: 1px solid #e6eaf1; border-radius: 12px; box-shadow: 0 6px 20px rgba(25,43,83,.025); }.section-heading { display: flex; gap: 17px; align-items: flex-start; margin-bottom: 30px; }.section-number { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: #e8faf3; color: var(--green-dark); font-size: 11px; font-weight: 700; }.section-heading h2 { margin: 0; color: var(--navy); font: 800 24px/1.2 'Manrope', sans-serif; letter-spacing: -.7px; }.section-heading p:not(.section-kicker) { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }.field { display: flex; min-width: 0; flex-direction: column; gap: 9px; color: #384362; font-size: 12px; font-weight: 700; }.field em, .required-hint em, .consent em { color: #e05252; font-style: normal; }.field-wide { grid-column: span 2; }.field input, .field select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #dce2eb; border-radius: 7px; outline: none; background: #fff; color: var(--ink); font: 400 14px 'DM Sans', sans-serif; transition: .2s ease; }.field select { cursor: pointer; }.field input::placeholder { color: #a9b1c0; }.field input:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px #e8faf3; }.field.invalid input, .field.invalid select { border-color: #e05252; background: #fffafb; }
.docs-section { padding-bottom: 30px; }.document-list { display: grid; gap: 10px; }.document-card { display: grid; grid-template-columns: 35px minmax(0, 1fr) auto; gap: 13px; align-items: center; min-height: 76px; padding: 14px 15px; border: 1px solid #e1e7ef; border-radius: 8px; transition: border-color .2s, background .2s; }.document-card:hover { border-color: #acdcca; background: #fbfefd; }.doc-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 8px; background: #eff8f6; color: var(--green-dark); font-size: 20px; }.optional-icon { background: #f2f4f8; color: #7d879b; font-size: 22px; font-weight: 400; }.doc-copy { min-width: 0; }.doc-copy strong { display: block; color: #243153; font-size: 13px; line-height: 1.4; }.doc-copy strong small { color: #db615a; font-size: 13px; }.doc-copy span { display: block; margin-top: 3px; color: #8993a7; font-size: 11px; line-height: 1.4; }.upload-button { position: relative; display: inline-flex; min-width: 118px; height: 35px; padding: 0 13px; align-items: center; justify-content: center; border: 1px solid var(--green); border-radius: 6px; background: #ecfcf5; color: var(--green-dark); cursor: pointer; font-size: 11px; font-weight: 700; white-space: nowrap; transition: .2s; }.upload-button:hover { background: var(--green); color: #fff; }.upload-button input { position: absolute; width: 1px; height: 1px; opacity: 0; }.secondary-upload { border-color: #cbd3df; background: #fff; color: #63718b; }.secondary-upload:hover { border-color: var(--green); background: #ecfcf5; color: var(--green-dark); }.file-state { grid-column: 2 / -1; color: var(--green-dark); font-size: 11px; overflow-wrap: anywhere; }.document-card.has-file { border-color: #a8dfc6; background: #f9fefb; }.document-card.has-file .doc-icon { background: #d9f8e9; }.document-card.has-error { border-color: #e9a5a5; }.optional-note { margin: 18px 3px 0; color: #78839a; font-size: 11px; }.optional-note span { color: #d95757; font-weight: 700; }.final-section { padding-bottom: 30px; }.consent { display: flex; position: relative; gap: 11px; align-items: flex-start; max-width: 740px; color: #5d6882; font-size: 12px; line-height: 1.5; cursor: pointer; }.consent input { position: absolute; width: 1px; height: 1px; opacity: 0; }.checkbox-ui { display: block; flex: 0 0 18px; width: 18px; height: 18px; margin-top: 1px; border: 1px solid #cbd3df; border-radius: 4px; }.consent input:checked + .checkbox-ui { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 4px white; }.form-actions { display: flex; margin-top: 31px; align-items: center; justify-content: space-between; }.required-hint { color: #8b94a6; font-size: 11px; }.submit-button { min-height: 48px; padding: 0 25px; border: 0; border-radius: 7px; background: var(--green); color: #fff; cursor: pointer; font: 700 13px 'DM Sans', sans-serif; box-shadow: 0 6px 14px rgba(0,199,118,.2); transition: .2s; }.submit-button:hover { background: var(--green-dark); transform: translateY(-1px); }.submit-button span { margin-left: 12px; font-size: 18px; vertical-align: -1px; }.form-message { margin-top: 18px; padding: 13px 15px; border-radius: 7px; background: #fff4f3; color: #b84f4a; font-size: 12px; }.form-message.success { background: #e9faf3; color: #147c52; }
footer { display: flex; padding: 25px clamp(24px, 6vw, 96px); align-items: center; justify-content: space-between; border-top: 1px solid #e7ebf1; color: #98a1b2; font-size: 11px; }
@media (max-width: 760px) { .topbar { height: 68px; }.brand { width: 132px; }.topbar-meta { font-size: 11px; }.hero { min-height: 0; padding: 42px 24px 38px; }.hero h1 { font-size: 33px; letter-spacing: -1.4px; }.hero-text { font-size: 14px; }.hero-illustration { display: none; }.stepper { padding: 25px 24px 27px; }.step { min-width: 0; }.step > div { display: none; }.step > span { width: 30px; height: 30px; flex-basis: 30px; }.step-line { margin: 0 8px; }.form-section { margin: 0 14px 14px; padding: 28px 20px 30px; }.section-heading { gap: 12px; margin-bottom: 25px; }.section-number { flex-basis: 32px; width: 32px; height: 32px; border-radius: 8px; }.section-heading h2 { font-size: 20px; }.section-heading p:not(.section-kicker) { font-size: 12px; }.field-grid { grid-template-columns: 1fr; gap: 18px; }.field-wide { grid-column: span 1; }.document-card { grid-template-columns: 32px minmax(0, 1fr); gap: 10px; padding: 12px; }.doc-icon { width: 32px; height: 32px; }.upload-button { grid-column: 2; justify-self: start; }.file-state { grid-column: 2; }.form-actions { gap: 20px; align-items: flex-end; flex-direction: column; }.submit-button { width: 100%; }.required-hint { align-self: flex-start; }footer { flex-direction: column; gap: 8px; align-items: flex-start; } }
@media (max-width: 420px) { .topbar-meta { display: none; }.hero h1 { font-size: 29px; }.stepper { padding-left: 18px; padding-right: 18px; }.form-section { margin-left: 10px; margin-right: 10px; }.doc-copy strong { font-size: 12px; }.doc-copy span { font-size: 10px; } }

/* Masfazzil blue theme: #0569F4 */
:root { --green: #0569F4; --green-dark: #0453C4; }
.hero { background: linear-gradient(115deg, #EEF5FF 0%, #F3F7FF 54%, #E5EFFF 100%); }
.hero::before { display: none; }
.note-icon { background: #DDEBFF; }
.orb-one { background: rgba(5,105,244,.13); }
.orb-two { border-color: rgba(5,105,244,.24); }
.document-shape { border-color: #D8E6FC; box-shadow: 10px 15px 22px rgba(26,84,153,.12); }
.document-shape::before { border-top-color: #DCEAFF; }
.check-bubble { border-color: #E8F1FF; box-shadow: 0 7px 14px rgba(5,105,244,.2); }
.section-number { background: #E8F1FF; }
.field input:focus, .field select:focus { box-shadow: 0 0 0 3px #E8F1FF; }
.document-card:hover { border-color: #B7D2FF; background: #FBFDFF; }
.doc-icon { background: #EEF5FF; }
.upload-button { background: #EEF5FF; }
.secondary-upload:hover { background: #EEF5FF; }
.document-card.has-file { border-color: #B4CEFF; background: #F9FBFF; }
.document-card.has-file .doc-icon { background: #E0EDFF; }
.submit-button { box-shadow: 0 6px 14px rgba(5,105,244,.22); }
.form-message.success { background: #EAF2FF; color: #0453C4; }
.submit-button:disabled { cursor: wait; opacity: .78; transform: none; }
.upload-progress { margin-top: 15px; padding: 15px 16px; border: 1px solid #d7e5fa; border-radius: 8px; background: #f7faff; }
.progress-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #1f3563; font-size: 12px; }
.progress-topline span { color: #0569F4; font-weight: 700; }
.progress-track { height: 7px; margin-top: 11px; overflow: hidden; border-radius: 99px; background: #dfeafa; }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #16a34a, #4ade80); transition: width .25s ease; }
.upload-progress p { margin: 8px 0 0; color: #7585a2; font-size: 11px; line-height: 1.45; }

/* Larger submission feedback */
.form-message { margin-top: 22px; padding: 20px 22px; border-radius: 10px; font-size: 15px; line-height: 1.55; font-weight: 600; }

/* File actions */
.file-state { display: flex; align-items: center; gap: 10px; }
.remove-file { padding: 0; border: 0; background: transparent; color: #6d7c98; cursor: pointer; font: 700 10px 'DM Sans', sans-serif; text-decoration: underline; }
.remove-file:hover { color: #0453C4; }
