:root { font-family: "Vazirmatn", Tahoma, sans-serif; color: #152238; background: #f4f8fc; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 10% 0%, #e3f3ff 0, transparent 38%), #f4f8fc; }
.page-shell { width: min(1080px, calc(100% - 32px)); margin: auto; padding: 70px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.hero { padding: 20px 0; }
.brand-mark { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: #18a985; color: white; font-size: 30px; box-shadow: 0 10px 24px #18a98540; }
.eyebrow, .step-label { color: #18a985; font-size: 13px; font-weight: 700; margin: 30px 0 12px; }
h1 { max-width: 420px; margin: 0; font-size: clamp(32px, 5vw, 50px); line-height: 1.35; letter-spacing: -1px; }
.hero-copy { color: #65738a; line-height: 2; max-width: 420px; }
.security-note { color: #758196; font-size: 12px; margin-top: 48px; }.security-note span { color: #18a985; font-size: 20px; vertical-align: middle; margin-left: 8px; }
.card { background: #fff; border: 1px solid #e5ebf2; border-radius: 24px; padding: 34px; box-shadow: 0 24px 60px #1b476c12; }
.card-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 28px; }.card-heading h2 { margin: 0; font-size: 22px; }.step-label { margin: 0 0 8px; }
.progress { width: 100px; height: 6px; background: #eaf0f4; border-radius: 5px; overflow: hidden; }.progress span { display: block; width: 50%; height: 100%; background: #18a985; border-radius: inherit; transition: width .3s; }
label { display: block; color: #334258; font-size: 13px; font-weight: 600; margin: 18px 0; } input { width: 100%; border: 1px solid #dce4ed; border-radius: 11px; padding: 14px 15px; margin-top: 8px; font: inherit; color: #152238; outline: none; transition: .2s; } input:focus { border-color: #18a985; box-shadow: 0 0 0 4px #18a98518; } small { display: block; color: #99a5b5; font-size: 11px; font-weight: 400; margin-top: 6px; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.phone-input { display: flex; direction: ltr; align-items: center; border: 1px solid #dce4ed; border-radius: 11px; margin-top: 8px; overflow: hidden; }.phone-input:focus-within { border-color: #18a985; box-shadow: 0 0 0 4px #18a98518; }.phone-input span { padding: 0 14px; color: #7d899a; border-right: 1px solid #e4eaf0; }.phone-input input { border: 0; margin: 0; direction: ltr; box-shadow: none; }
.primary-button { width: 100%; border: 0; border-radius: 11px; padding: 15px; margin-top: 18px; background: #18a985; color: white; font: inherit; font-weight: 700; cursor: pointer; }.primary-button:hover { background: #138f70; }.primary-button span { margin-right: 8px; }
.text-button { width: 100%; border: 0; background: transparent; color: #18a985; font: inherit; margin-top: 14px; cursor: pointer; }.message { min-height: 22px; color: #d04c4c; font-size: 12px; margin: 14px 0 0; }.otp-intro { color: #667388; font-size: 13px; line-height: 2; background: #f6fafb; padding: 13px; border-radius: 10px; }.otp-intro strong { color: #152238; direction: ltr; display: inline-block; }
.success-panel { text-align: center; padding: 20px 0; }.success-icon { margin: auto; width: 64px; height: 64px; display: grid; place-items: center; background: #e4f8f1; color: #18a985; border-radius: 50%; font-size: 30px; }.success-panel h2 { font-size: 20px; margin: 20px 0 8px; }.success-panel p { color: #667388; font-size: 13px; }pre { text-align: left; direction: ltr; background: #f5f7f9; padding: 14px; border-radius: 10px; overflow: auto; font-size: 11px; }
.hidden { display: none; }
.date-field { position: relative; }
.date-field input { cursor: pointer; background: #fff; }
.date-picker { position: absolute; z-index: 20; right: 0; left: 0; top: calc(100% + 6px); padding: 16px; background: #fff; border: 1px solid #dce4ed; border-radius: 14px; box-shadow: 0 18px 35px #1b476c20; }
.date-picker-title { color: #334258; font-size: 12px; margin-bottom: 12px; }
.date-selects { display: grid; grid-template-columns: 1.2fr 1.5fr 1fr; gap: 7px; }
.date-selects select { width: 100%; border: 1px solid #dce4ed; border-radius: 8px; padding: 9px 5px; background: #fff; color: #334258; font: inherit; font-size: 12px; }
.date-confirm { width: 100%; border: 0; border-radius: 8px; padding: 10px; margin-top: 12px; background: #18a985; color: #fff; font: inherit; font-size: 12px; cursor: pointer; }
.already-verified { display: grid; gap: 10px; padding: 18px; border-radius: 12px; background: #fff7e6; color: #8a5a00; font-size: 13px; line-height: 1.9; }.already-verified span { color: #667388; font-size: 12px; }
@media (max-width: 760px) { .page-shell { grid-template-columns: 1fr; gap: 26px; padding: 34px 0; }.hero { text-align: center; }.brand-mark { margin: auto; }.security-note { margin-top: 26px; }.card { padding: 24px 20px; }.field-row { grid-template-columns: 1fr; gap: 0; } }
