:root{
  --brand-primary:#0b2b4b;--brand-accent:#f26a21;--navy:var(--brand-primary);--orange:var(--brand-accent);
  --navy-2:#164d74;--ink:#172b3f;--muted:#63778b;--line:#dbe6ef;--soft:#f5f8fb;--white:#fff;
  --success:#137451;--danger:#a93434;--warning:#8a570c;--shadow:0 18px 54px rgba(18,51,78,.11);
  --radius:20px;--radius-sm:12px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f4f7fa;color:var(--ink);font-size:16px;line-height:1.55}button,input,select,textarea{font:inherit}a{color:var(--navy-2)}img{max-width:100%}
.br-site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.br-header-inner{height:74px;max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.br-brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--navy);font-size:21px;font-weight:850;letter-spacing:-.02em}.br-brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:linear-gradient(145deg,#1199ef,#0873ce);color:#fff;font-weight:900}.br-brand-image{height:42px;width:auto;max-width:220px;object-fit:contain}.br-brand-name{white-space:nowrap}.br-header-trust{display:flex;align-items:center;gap:8px;text-decoration:none;color:#4e667a;font-size:14px;font-weight:720}.br-lock{width:18px;height:18px;border:2px solid #8d6a1c;border-radius:4px;position:relative;display:inline-block}.br-lock:before{content:"";position:absolute;left:3px;top:-8px;width:8px;height:8px;border:2px solid #8d6a1c;border-bottom:0;border-radius:8px 8px 0 0}.br-test-banner{background:#fff6e8;color:#7a460a;text-align:center;padding:8px 18px;border-bottom:1px solid #efd4ab;font-size:13px;font-weight:750}
.br-page-shell{max-width:1280px;margin:34px auto 64px;padding:0 24px;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(620px,1.5fr);gap:32px;align-items:start}.br-intro-panel{position:sticky;top:116px;padding:24px 12px 24px 0}.br-intro-copy h1{font-size:clamp(38px,4.4vw,62px);line-height:1.02;letter-spacing:-.045em;color:var(--navy);margin:0 0 20px}.br-intro-copy p{font-size:18px;color:var(--muted);max-width:520px;margin:0}.br-benefits{list-style:none;padding:0;margin:28px 0;display:grid;gap:13px}.br-benefits li{display:flex;gap:11px;align-items:flex-start;font-weight:720}.br-benefits li span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e8f7ef;color:var(--success);font-size:14px;flex:0 0 auto}.br-how{border-top:1px solid var(--line);padding-top:22px}.br-how h2{font-size:18px;color:var(--navy);margin:0 0 12px}.br-how ol{margin:0;padding-left:22px;color:var(--muted);display:grid;gap:8px;font-size:14px}
.br-form-card{background:#fff;border:1px solid #d7e3ec;border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.br-form-card-head{padding:26px 30px 18px;display:flex;justify-content:space-between;gap:24px}.br-form-card-head h2{margin:0 0 6px;font-size:26px;line-height:1.2;color:var(--navy);letter-spacing:-.025em}.br-form-card-head p{margin:0;color:var(--muted);font-size:14px}.br-progress-copy{text-align:right;white-space:nowrap;color:var(--muted);font-size:13px}.br-progress-copy b{display:block;color:var(--navy);font-size:19px}.br-stepper{display:grid;grid-template-columns:repeat(var(--step-count,5),minmax(0,1fr));gap:0;border-top:1px solid #eef3f6;border-bottom:1px solid #e3ebf1;background:#fbfdfe;padding:0 20px;overflow-x:auto}.br-stepper button{appearance:none;border:0;background:transparent;padding:13px 8px 12px;min-width:112px;color:#718496;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;border-bottom:3px solid transparent;font-weight:700}.br-stepper button span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e7eef4;color:#5d7082;font-size:12px;flex:0 0 auto}.br-stepper button small{font-size:11px;line-height:1.25}.br-stepper button.is-active{color:var(--navy);border-bottom-color:var(--orange)}.br-stepper button.is-active span{background:var(--navy);color:#fff}.br-stepper button.is-complete span{background:#e4f5ec;color:var(--success)}.br-progress{height:5px;background:#edf2f6}.br-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#1480a9,var(--orange));transition:width .25s ease}
.br-message{margin:20px 30px 0;border-radius:13px;padding:14px 16px;font-size:14px}.br-message-error{background:#fff1f1;border:1px solid #efc6c6;color:#8b2929}.br-message-success{background:#edf9f3;border:1px solid #bde7d1;color:#156541}.br-message ul{margin:8px 0 0;padding-left:20px}.br-step{padding:28px 30px 12px}.br-step[hidden]{display:none!important}.br-step-title{display:flex;gap:14px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:23px}.br-step-title>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--navy);color:#fff;font-weight:850;flex:0 0 auto}.br-step-title h3{margin:0 0 4px;color:var(--navy);font-size:21px}.br-step-title p{margin:0;color:var(--muted);font-size:14px}.br-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 18px}.br-field{min-width:0;position:relative}.br-field-wide{grid-column:1/-1}.br-field>label{display:block;font-size:14px;font-weight:780;color:#263e53;margin-bottom:7px}.br-field label em{color:var(--orange);font-style:normal;margin-left:3px}.br-field label span{font-weight:560;color:#718397;font-size:12px;margin-left:5px}.br-field>small,.br-field-wide>small{display:block;color:#6a7e91;font-size:12.5px;margin:-2px 0 7px}.br-field input:not([type=checkbox]):not([type=radio]),.br-field select,.br-field textarea{display:block;width:100%;border:1px solid #cad9e5;border-radius:11px;background:#fff;color:var(--ink);padding:12px 13px;min-height:48px;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.br-field textarea{resize:vertical}.br-field input:focus,.br-field select:focus,.br-field textarea:focus{border-color:#278cc2;box-shadow:0 0 0 3px rgba(39,140,194,.12)}.br-field input::placeholder,.br-field textarea::placeholder{color:#98a7b5}.br-field[hidden]{display:none!important}.br-field.is-invalid input,.br-field.is-invalid select,.br-field.is-invalid textarea{border-color:#d35b5b;background:#fffafa;box-shadow:0 0 0 3px rgba(211,91,91,.08)}.br-inline-error{margin-top:6px;color:#a93434;font-size:12px;font-weight:700}.br-choice-list{display:flex;flex-wrap:wrap;gap:9px}.br-choice{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #cfdae4;border-radius:10px;background:#fff;cursor:pointer;font-size:14px}.br-choice:has(input:checked){border-color:#1e7fae;background:#eef8fd;color:#0c5177}.br-choice input{accent-color:var(--navy-2)}.br-phone-row{display:grid;grid-template-columns:minmax(170px,.48fr) minmax(180px,1fr);gap:10px}.br-consents{border-radius:14px;background:#f7fafc;border:1px solid #dbe7ef;padding:16px}.br-check{display:flex!important;align-items:flex-start;gap:10px;font-weight:600!important;margin:0 0 11px!important}.br-check input{width:18px;height:18px;margin-top:3px;accent-color:var(--navy-2);flex:0 0 auto}.br-check span{font-size:13.5px!important;color:#334c62!important;margin:0!important;font-weight:630!important}.br-consents p{margin:5px 0 0;color:var(--muted);font-size:12px}
.br-review-summary{display:grid;gap:15px}.br-review-group{border:1px solid #dce7ef;border-radius:15px;overflow:hidden;background:#fff}.br-review-group h4{margin:0;padding:12px 15px;background:#f3f8fb;color:var(--navy);font-size:15px}.br-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.br-review-row{padding:13px 15px;border-top:1px solid #edf2f6;min-width:0}.br-review-row:nth-child(even){border-left:1px solid #edf2f6}.br-review-row span{display:block;color:#6d8092;font-size:11.5px;font-weight:720;margin-bottom:3px}.br-review-row strong{display:block;color:#1f3549;font-size:14px;word-break:break-word}.br-review-empty{padding:20px;color:var(--muted)}
.br-otp-card{margin-top:20px;padding:20px;border:1px solid #f1d0a6;background:linear-gradient(180deg,#fffaf3,#fff7eb);border-radius:16px}.br-otp-card[hidden]{display:none}.br-otp-head{display:flex;gap:13px;align-items:flex-start}.br-otp-icon{width:40px;height:40px;border-radius:12px;background:#fff1dc;position:relative;flex:0 0 auto}.br-otp-icon:before{content:"";position:absolute;left:11px;top:13px;width:18px;height:14px;border:2px solid #a95a10;border-radius:4px}.br-otp-icon:after{content:"";position:absolute;left:15px;top:7px;width:10px;height:10px;border:2px solid #a95a10;border-bottom:0;border-radius:9px 9px 0 0}.br-otp-head h4{margin:0 0 4px;color:#6e3f0c;font-size:17px}.br-otp-head p{margin:0;color:#7b654c;font-size:13px}.br-otp-before{display:flex;align-items:center;gap:14px;margin-top:17px}.br-otp-before small{color:#7b654c}.br-otp-entry{margin-top:18px}.br-otp-digits{display:flex;gap:10px;flex-wrap:nowrap}.br-otp-digits input{width:48px;height:54px;border:1px solid #d5b98f;border-radius:11px;background:#fff;text-align:center;font-size:22px;font-weight:850;color:var(--navy);outline:none}.br-otp-digits input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(242,106,33,.13)}.br-otp-meta{display:flex;justify-content:space-between;gap:14px;margin-top:12px;color:#7b654c;font-size:12.5px}.br-otp-actions{display:flex;gap:16px;margin-top:10px}.br-link-button{border:0;background:transparent;color:#8d4a0c;text-decoration:underline;cursor:pointer;font-size:13px;font-weight:760;padding:0}.br-link-button:disabled{opacity:.45;cursor:not-allowed}.br-otp-card.is-ready{border-color:#b7dfc9;background:#f0faf5}.br-otp-card.is-ready .br-otp-icon{background:#ddf4e7}.br-otp-card.is-ready .br-otp-head h4{color:#176b43}.br-review-note{margin-top:17px;padding:14px 15px;border-left:4px solid var(--orange);border-radius:10px;background:#fff6e9;color:#75420b;font-size:13px}.br-form-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--line);padding:20px 30px 26px;margin-top:20px;background:#fff}.br-btn{border:0;border-radius:11px;min-height:46px;padding:11px 20px;cursor:pointer;font-weight:780;transition:transform .15s,box-shadow .15s,background .15s}.br-btn:disabled{opacity:.58;cursor:not-allowed}.br-btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(242,106,33,.2)}.br-btn-primary:hover:not(:disabled){filter:brightness(.94);transform:translateY(-1px)}.br-btn-secondary{background:#eef4f8;color:var(--navy);border:1px solid #d3e0e9}.br-honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.br-site-footer{margin-top:42px;background:#0c2842;color:#d9e6ef}.br-footer-inner{max-width:1280px;margin:0 auto;padding:34px 24px 25px;display:flex;justify-content:space-between;gap:34px}.br-footer-brand{max-width:560px}.br-footer-brand strong{display:block;color:#fff;font-size:18px;margin-bottom:7px}.br-footer-brand p{margin:0;color:#a9bdcc;font-size:14px}.br-footer-links{display:flex;gap:16px;flex-wrap:wrap;align-content:flex-start}.br-footer-links a{color:#dce8f0;text-decoration:none;font-size:13px;font-weight:680}.br-footer-links a:hover{text-decoration:underline}.br-footer-bottom{max-width:1280px;margin:0 auto;padding:16px 24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#91a8b8;font-size:12px}.br-maintenance{min-height:70vh;display:grid;place-items:center;padding:25px}.br-maintenance>div{max-width:620px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:38px;border-radius:18px;text-align:center}.br-maintenance h1{margin-top:0;color:var(--navy)}.br-hub{max-width:1080px;margin:0 auto;padding:60px 24px}.br-hub-hero{padding:0 0 34px;border-bottom:1px solid var(--line)}.br-hub-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.03;letter-spacing:-.045em;margin:0 0 16px;color:var(--navy)}.br-hub-hero p{font-size:18px;color:var(--muted);max-width:760px;margin:0}.br-type-list{display:grid;margin-top:20px}.br-type-row{display:flex;align-items:center;justify-content:space-between;gap:25px;text-decoration:none;padding:23px 4px;border-bottom:1px solid var(--line);color:var(--ink)}.br-type-row h2{margin:0 0 5px;color:var(--navy);font-size:22px}.br-type-row p{margin:0;color:var(--muted);font-size:14px}.br-type-row>span{white-space:nowrap;color:var(--orange);font-weight:800}.br-empty{padding:35px;background:#fff;border:1px solid var(--line);border-radius:16px}.br-empty h2{margin-top:0;color:var(--navy)}
@media(max-width:1050px){.br-page-shell{grid-template-columns:minmax(230px,.62fr) minmax(560px,1.38fr);gap:22px}.br-intro-copy h1{font-size:42px}.br-stepper button small{display:none}.br-stepper button{min-width:52px}}
@media(max-width:850px){.br-header-inner{height:68px}.br-page-shell{grid-template-columns:1fr;max-width:760px;margin-top:22px}.br-intro-panel{position:static;padding:8px 4px 0}.br-intro-copy h1{font-size:36px}.br-intro-copy p{font-size:16px}.br-how{display:none}.br-benefits{grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0 4px}.br-benefits li{font-size:12.5px}.br-form-card{border-radius:19px}.br-site-footer{margin-top:28px}}
@media(max-width:640px){body{font-size:15px}.br-header-inner{height:62px;padding:0 15px}.br-brand{font-size:18px}.br-brand-mark{width:34px;height:34px}.br-brand-image{height:35px;max-width:170px}.br-header-trust{font-size:0}.br-header-trust span:last-child{display:none}.br-test-banner{font-size:11.5px;padding:7px 12px}.br-page-shell{padding:0 10px;margin:14px auto 28px;gap:14px}.br-intro-panel{padding:4px 4px 0}.br-intro-copy h1{font-size:29px;margin-bottom:10px}.br-intro-copy p{font-size:14px}.br-benefits{display:flex;overflow-x:auto;gap:8px;padding-bottom:5px;margin:14px -2px 2px}.br-benefits li{min-width:max-content;background:#fff;border:1px solid #e0e9f0;border-radius:999px;padding:7px 10px;font-size:11.5px}.br-benefits li span{width:19px;height:19px;font-size:11px}.br-form-card-head{padding:19px 17px 14px}.br-form-card-head h2{font-size:21px}.br-progress-copy{display:none}.br-stepper{padding:0 8px;justify-content:flex-start}.br-stepper button{min-width:45px;padding:10px 5px}.br-stepper button span{width:25px;height:25px}.br-step{padding:21px 17px 8px}.br-step-title{gap:11px;padding-bottom:15px;margin-bottom:18px}.br-step-title>span{width:32px;height:32px}.br-step-title h3{font-size:19px}.br-field-grid{grid-template-columns:1fr;gap:17px}.br-field-wide{grid-column:auto}.br-phone-row{grid-template-columns:112px 1fr}.br-message{margin:15px 17px 0}.br-review-grid{grid-template-columns:1fr}.br-review-row:nth-child(even){border-left:0}.br-otp-card{padding:17px}.br-otp-digits{gap:6px;justify-content:space-between}.br-otp-digits input{width:calc((100vw - 96px)/6);max-width:46px;min-width:38px;height:50px}.br-otp-meta{flex-direction:column;gap:4px}.br-otp-before{align-items:flex-start;flex-direction:column}.br-form-actions{position:sticky;bottom:0;z-index:20;padding:12px 16px 14px;margin-top:15px;box-shadow:0 -10px 24px rgba(18,51,78,.08)}.br-form-actions .br-btn{flex:1}.br-footer-inner,.br-footer-bottom{padding-left:18px;padding-right:18px;flex-direction:column}.br-footer-links{gap:11px 16px}.br-footer-bottom{gap:6px}.br-hub{padding:36px 18px}.br-hub-hero h1{font-size:34px}.br-type-row{align-items:flex-start;flex-direction:column}.br-type-row>span{font-size:14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.br-thankyou-wrap{min-height:68vh;display:grid;place-items:center;padding:54px 20px}.br-thankyou-card{width:min(680px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:38px;text-align:center}.br-success-mark{width:62px;height:62px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#e8f7ef;color:var(--success);font-size:34px;font-weight:900}.br-thankyou-card h1{margin:0 0 12px;color:var(--navy);font-size:32px;letter-spacing:-.025em}.br-thankyou-message{margin:0 auto 24px;color:var(--muted);max-width:560px}.br-reference-box{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;background:#f4f8fb;border:1px solid #dbe7ef;border-radius:14px;padding:14px 16px;text-align:left}.br-reference-box span{color:#6a7d90;font-size:12px;font-weight:750}.br-reference-box strong{color:var(--navy);font-size:17px}.br-next-card{text-align:left;background:#f8fbfd;border:1px solid #dfe8ef;border-radius:15px;padding:18px 20px;margin:22px 0}.br-next-card h2{margin:0 0 10px;color:var(--navy);font-size:18px}.br-next-card ol{margin:0;padding-left:22px;color:#4f667b;display:grid;gap:7px}.br-thankyou-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.br-thankyou-actions a{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}@media(max-width:640px){.br-thankyou-wrap{padding:26px 12px}.br-thankyou-card{padding:28px 18px;border-radius:18px}.br-thankyou-card h1{font-size:26px}.br-reference-box{grid-template-columns:1fr}.br-reference-box .br-btn{width:100%}.br-thankyou-actions{flex-direction:column}.br-thankyou-actions .br-btn{width:100%}}

/* ================================================================
   VCSData Business Requirements v2.7.52 professional refinement
   Global + Lead Form design profiles, mobile containment and auto OTP
   ================================================================ */
:root{
  --page-background:#f4f7fa;
  --surface-color:#fff;
  --card-radius:18px;
  --shadow:0 12px 34px rgba(18,51,78,.09);
}
html,body{max-width:100%;overflow-x:hidden}
body{background:var(--page-background);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.br-brand-fallback{display:flex;align-items:center;gap:10px}.br-brand-fallback.is-hidden{display:none}.br-brand-image{display:block;max-height:38px;max-width:210px}
.br-header-compact .br-header-inner{height:66px}.br-header-standard .br-header-inner{height:76px}
.br-page-shell{width:min(1240px,100%);max-width:1240px;margin:28px auto 48px;padding:0 22px;gap:26px;min-width:0}
.br-desktop-form_focus .br-page-shell{grid-template-columns:minmax(250px,.56fr) minmax(0,1.48fr)}
.br-desktop-balanced .br-page-shell{grid-template-columns:minmax(300px,.78fr) minmax(0,1.28fr)}
.br-intro-panel,.br-form-card{min-width:0}
.br-intro-panel{top:96px;padding:18px 8px 18px 0}
.br-hero-compact .br-intro-copy h1{font-size:clamp(36px,3.55vw,50px);line-height:1.04;letter-spacing:-.038em}
.br-hero-standard .br-intro-copy h1{font-size:clamp(40px,4vw,58px)}
.br-intro-copy h1{margin-bottom:16px}.br-intro-copy p{font-size:16px;line-height:1.55;max-width:460px}
.br-benefits{margin:22px 0;gap:11px}.br-benefits li{font-size:14px;font-weight:700}.br-benefits li span{width:21px;height:21px;font-size:12px}
.br-how{padding-top:18px}.br-how h2{font-size:17px}.br-how ol{font-size:13px;gap:6px}
.br-form-card{background:var(--surface-color);border-radius:var(--card-radius);border-color:#d8e3eb;box-shadow:var(--shadow)}
.br-form-card-head{padding:22px 26px 15px}.br-form-card-head h2{font-size:23px;letter-spacing:-.02em}.br-form-card-head p{font-size:13.5px}
.br-progress-copy b{font-size:18px}.br-stepper{padding:0 12px;overflow:hidden}.br-stepper button{min-width:0;padding:11px 5px 10px;gap:6px}.br-stepper button small{font-size:10.5px;white-space:normal}.br-progress{height:4px}
.br-density-compact .br-step{padding:24px 26px 9px}.br-density-standard .br-step{padding:28px 30px 12px}
.br-step-title{padding-bottom:15px;margin-bottom:19px}.br-step-title>span{width:34px;height:34px;border-radius:10px}.br-step-title h3{font-size:19px}.br-step-title p{font-size:13px}
.br-field-grid{gap:17px 16px}.br-field>label{font-size:13.5px;margin-bottom:6px}.br-field>small,.br-field-wide>small{font-size:12px;margin-bottom:6px}
.br-field input:not([type=checkbox]):not([type=radio]),.br-field select,.br-field textarea{min-height:46px;padding:10px 12px;border-radius:10px;font-size:15px;max-width:100%}
.br-choice{padding:9px 11px;font-size:13px}.br-phone-row{grid-template-columns:minmax(145px,.42fr) minmax(0,1fr)}
.br-form-actions{padding:15px 26px 18px}.br-btn{min-height:44px;padding:10px 16px;border-radius:10px;font-size:14px}
.br-message{margin:16px 26px 0;padding:12px 14px;font-size:13px}
.br-review-summary{gap:12px}.br-review-group{border-radius:12px}.br-review-group h4{padding:10px 13px;font-size:14px}.br-review-row{padding:11px 13px}.br-review-row strong{font-size:13.5px}

/* Automatic OTP */
.br-otp-card{padding:18px;border-radius:14px;background:#fffaf4}.br-otp-head h4{font-size:16px}.br-otp-head p{font-size:12.5px}.br-otp-icon{width:36px;height:36px;border-radius:10px}
.br-otp-auto-state{display:flex;align-items:center;gap:11px;margin-top:15px;padding:12px 13px;border-radius:11px;background:#fff;border:1px solid #ead8bf}.br-otp-auto-state strong,.br-otp-auto-state small{display:block}.br-otp-auto-state strong{font-size:13.5px;color:#70420e}.br-otp-auto-state small{font-size:12px;color:#7b654c;margin-top:2px}
.br-otp-spinner{width:20px;height:20px;border:2px solid #ecd6b6;border-top-color:var(--orange);border-radius:50%;animation:br-spin .8s linear infinite;flex:0 0 auto}.br-otp-card:not(.is-sending) .br-otp-spinner{animation:none;border-color:#ecd6b6;border-top-color:#b57938}
@keyframes br-spin{to{transform:rotate(360deg)}}
.br-otp-entry{margin-top:15px}.br-otp-digits{gap:8px}.br-otp-digits input{width:44px;height:50px;border-radius:9px;font-size:20px}.br-otp-meta{margin-top:10px;font-size:12px}.br-otp-actions{margin-top:8px}.br-otp-card.is-verifying{border-color:#b8d7e8;background:#f4fbff}.br-otp-card.is-expired{border-color:#ebc2c2;background:#fff6f6}.br-otp-verified{display:flex;align-items:center;gap:11px;margin-top:14px;padding:13px;border-radius:11px;background:#eef9f3;border:1px solid #bfe5d0}.br-otp-verified>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#188458;color:#fff;font-weight:900}.br-otp-verified strong,.br-otp-verified small{display:block}.br-otp-verified strong{color:#176b43;font-size:14px}.br-otp-verified small{color:#4f7665;font-size:12px;margin-top:2px}

/* Compact professional footer */
.br-site-footer{margin-top:32px}.br-footer-compact .br-footer-inner{padding:22px 24px 16px;align-items:flex-start}.br-footer-compact .br-footer-brand strong{font-size:16px;margin-bottom:4px}.br-footer-compact .br-footer-brand p{font-size:12.5px;max-width:520px}.br-footer-compact .br-footer-bottom{padding:11px 24px;font-size:11.5px}.br-footer-compact .br-footer-links a{font-size:12px}

/* Mobile and tablet containment */
@media(max-width:900px){
  .br-page-shell{display:flex;flex-direction:column;width:100%;max-width:760px;padding:0 16px;margin:20px auto 32px;gap:16px}
  .br-mobile-form_first .br-form-card{order:1}.br-mobile-form_first .br-intro-panel{order:2}
  .br-mobile-standard .br-intro-panel{order:1}.br-mobile-standard .br-form-card{order:2}
  .br-intro-panel{position:static;padding:4px 2px}.br-hero-compact .br-intro-copy h1{font-size:34px}.br-intro-copy p{font-size:15px}
  .br-how{display:none}.br-benefits{display:flex;flex-wrap:wrap;margin:14px 0 2px;gap:8px}.br-benefits li{background:#fff;border:1px solid #dfe8ef;border-radius:999px;padding:7px 10px;font-size:11.5px;max-width:100%}
  .br-form-card{width:100%;max-width:100%}.br-stepper{grid-template-columns:repeat(var(--step-count,5),minmax(0,1fr));width:100%}.br-stepper button{min-width:0}
}
@media(max-width:640px){
  body{font-size:14px}.br-header-inner{height:58px!important;padding:0 13px}.br-brand-image{max-height:32px;max-width:160px}.br-brand-mark{width:32px;height:32px}.br-brand-name{font-size:17px}.br-header-trust{font-size:0}.br-header-trust span:last-child{display:none}.br-test-banner{padding:6px 10px;font-size:10.5px;line-height:1.35}
  .br-page-shell{padding:0 10px;margin:12px auto 22px;gap:12px;overflow:visible}.br-intro-panel{padding:5px 3px}.br-hero-compact .br-intro-copy h1,.br-hero-standard .br-intro-copy h1{font-size:27px;line-height:1.08;margin-bottom:8px}.br-intro-copy p{font-size:13.5px}.br-benefits{display:grid;grid-template-columns:1fr;gap:6px}.br-benefits li{border:0;background:transparent;padding:2px 0;border-radius:0;font-size:12px;min-width:0}
  .br-form-card{border-radius:15px}.br-form-card-head{padding:16px 15px 12px}.br-form-card-head h2{font-size:19px;line-height:1.25;overflow-wrap:anywhere}.br-form-card-head p{font-size:12.5px}.br-progress-copy{display:block;font-size:11px}.br-progress-copy b{font-size:16px}
  .br-stepper{padding:0 6px;overflow:hidden}.br-stepper button{padding:9px 2px 8px;min-width:0}.br-stepper button span{width:24px;height:24px}.br-stepper button small{display:none}.br-progress{height:4px}
  .br-density-compact .br-step,.br-density-standard .br-step{padding:18px 15px 6px}.br-step-title{gap:10px;padding-bottom:13px;margin-bottom:15px}.br-step-title>span{width:30px;height:30px}.br-step-title h3{font-size:17px}.br-step-title p{font-size:12px}
  .br-field-grid{grid-template-columns:1fr;gap:14px}.br-field-wide{grid-column:auto}.br-field>label{font-size:13px}.br-field input:not([type=checkbox]):not([type=radio]),.br-field select,.br-field textarea{width:100%;min-width:0;max-width:100%;min-height:44px;font-size:14px;padding:9px 10px}.br-phone-row{grid-template-columns:105px minmax(0,1fr);gap:7px}
  .br-message{margin:12px 15px 0;padding:11px 12px;font-size:12.5px}.br-review-grid{grid-template-columns:1fr}.br-review-row:nth-child(even){border-left:0}
  .br-otp-card{padding:14px}.br-otp-head{gap:9px}.br-otp-icon{width:32px;height:32px}.br-otp-digits{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;width:100%}.br-otp-digits input{width:100%;min-width:0;max-width:none;height:45px;font-size:18px}.br-otp-meta{flex-direction:column;gap:3px}.br-otp-actions{justify-content:space-between;gap:10px}
  .br-form-actions{position:sticky;bottom:0;z-index:20;padding:10px 14px 12px;margin-top:12px;gap:8px}.br-form-actions .br-btn{flex:1;min-width:0}.br-btn{min-height:42px;font-size:13.5px;padding:9px 12px}
  .br-site-footer{margin-top:20px}.br-footer-inner,.br-footer-bottom,.br-footer-compact .br-footer-inner,.br-footer-compact .br-footer-bottom{padding-left:15px;padding-right:15px;flex-direction:column;gap:10px}.br-footer-compact .br-footer-inner{padding-top:18px;padding-bottom:13px}.br-footer-brand p{font-size:12px}.br-footer-links{gap:8px 13px}.br-footer-bottom{padding-top:10px;padding-bottom:10px;gap:4px}
}
@media(max-width:380px){.br-page-shell{padding-left:8px;padding-right:8px}.br-phone-row{grid-template-columns:96px minmax(0,1fr)}.br-form-card-head h2{font-size:18px}.br-otp-digits{gap:4px}.br-otp-digits input{height:42px}}

/* ================================================================
   VCSData Business Requirements v2.7.52 state, typography and progress fixes
   ================================================================ */
body{font-family:var(--br-font-stack,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);font-size:var(--br-body-size,15px)}
.br-intro-copy h1{font-size:var(--br-hero-desktop,46px)!important;line-height:1.06!important;letter-spacing:-.035em}
.br-form-card-head h2{font-size:var(--br-form-title,22px)!important}
.br-step-title h3{font-size:var(--br-section-title,18px)!important}

/* One clean progress indicator. The active-step button no longer draws a competing line. */
.br-stepper{border-bottom:1px solid #e5edf3;background:#fbfdfe}
.br-stepper button,.br-stepper button.is-active{border-bottom:0!important}
.br-stepper button.is-active{background:transparent}
.br-progress{height:3px;margin:0;background:#e8eff4;border-radius:0;overflow:hidden;position:relative;z-index:1}
.br-progress span{border-radius:999px;background:linear-gradient(90deg,#147ca1 0%,var(--orange) 100%);box-shadow:none}

/* OTP states must never overlap each other. */
.br-otp-auto-state{display:none}
.br-otp-card.is-sending .br-otp-auto-state{display:flex}
.br-otp-card.is-sending .br-otp-entry,.br-otp-card.is-sending .br-otp-verified{display:none!important}
.br-otp-card.is-verified .br-otp-auto-state,.br-otp-card.is-verified .br-otp-entry{display:none!important}
.br-otp-card.is-verified .br-otp-verified{display:flex!important}
.br-otp-card.is-verified{border-color:#b7dfc9;background:#f3fbf6}
.br-otp-card.is-verified .br-otp-head h4{color:#176b43}
.br-otp-card.is-verified .br-otp-head p{color:#4f7665}

/* Avoid broken-image alt text or duplicate marks in the public header. */
.br-brand.has-image .br-brand-fallback.is-hidden{display:none}
.br-brand-image[hidden]{display:none!important}

@media(max-width:640px){
  .br-intro-copy h1{font-size:var(--br-hero-mobile,28px)!important}
  .br-form-card-head h2{font-size:min(var(--br-form-title,22px),21px)!important}
  .br-step-title h3{font-size:min(var(--br-section-title,18px),18px)!important}
  .br-progress{margin:0;height:3px}
}

/* v2.7.52 final OTP state guard */
.br-otp-card.is-verified .br-otp-digits,.br-otp-card.is-verified .br-otp-meta,.br-otp-card.is-verified .br-otp-actions{display:none!important}.br-otp-card.is-verified .br-otp-verified{display:flex!important}.br-otp-card:not(.is-sending) .br-otp-auto-state{display:none!important}

/* v2.7.52 form-wise consent manager */
.br-consent-head{margin:0 0 14px;padding:0 0 12px;border-bottom:1px solid #dbe7ef}.br-consent-head strong{display:block;color:var(--navy);font-size:15px;font-weight:850}.br-consent-head small{display:block;margin-top:4px;color:var(--muted);font-size:12.5px;line-height:1.45}.br-consents .br-check:last-of-type{margin-bottom:8px!important}
