:root{--black:#000;--ink:#111;--muted:#686868;--line:#e6e6e6;--field:#f3f3f3;--danger:#b42318}
*{box-sizing:border-box}
html,body{width:100%;min-height:100%;margin:0}
body{background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}
button,input,select{font:inherit}
[hidden]{display:none!important}

.business-setup-header{position:sticky;z-index:30;top:0;height:76px;display:flex;align-items:center;padding:0 44px;border-bottom:1px solid var(--line);background:#fff}
.business-setup-brand{display:flex;align-items:center;gap:7px;color:#111;font-size:22px;font-weight:800;letter-spacing:-.8px;text-decoration:none}
.business-setup-brand span:last-child{font-weight:600}
.business-setup-header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
.business-help{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border-radius:999px;background:#f4f4f4;color:#111;font-size:14px;font-weight:700;text-decoration:none}
.business-help:hover{background:#e9e9e9}
.business-help svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.business-account-toggle{width:46px;height:46px;padding:0;border:0;border-radius:50%;background:#000;color:#fff;cursor:pointer}
.business-account-avatar,.business-account-menu-avatar{width:100%;height:100%;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#000;color:#fff;font-weight:800}
.business-account-avatar img,.business-account-menu-avatar img{width:100%;height:100%;display:block;object-fit:cover}
.business-account-menu{position:fixed;z-index:40;top:64px;right:44px;width:390px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #e4e4e4;border-radius:4px;box-shadow:0 10px 30px rgba(0,0,0,.17)}
.business-account-menu-head{min-height:105px;display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:center;padding:20px 26px;border-bottom:1px solid var(--line)}
.business-account-menu-avatar{width:48px;height:48px}
.business-account-menu-head strong{display:block;font-size:17px;line-height:1.2}
.business-account-menu-head div span{display:block;margin-top:5px;color:#666;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.business-account-menu-links{padding:5px 0}
.business-account-menu-row{width:100%;min-height:58px;display:flex;align-items:center;gap:18px;padding:0 26px;border:0;background:#fff;color:#111;font-size:15px;text-align:left;cursor:pointer}
.business-account-menu-row:hover:not(:disabled){background:#f7f7f7}
.business-account-menu-row:disabled{cursor:default}
.business-account-menu-row svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.business-account-legal{display:flex;align-items:center;gap:6px;padding:16px 26px;border-top:1px solid var(--line);color:#555;font-size:12px}

.business-setup-main{width:min(1110px,calc(100% - 48px));margin:0 auto;padding:46px 0 64px}
.business-stepper{width:100%;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:start;margin:0 auto 62px}
.business-step{position:relative;min-width:170px;display:flex;flex-direction:column;align-items:center;gap:9px;padding:0;border:0;background:none;color:#606060;font-size:15px;cursor:pointer}
.business-step:disabled{cursor:default}
.business-step b{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#ededed;color:#111;font-family:Georgia,serif;font-size:23px;font-weight:400}
.business-step.active{color:#111;font-weight:700}
.business-step.active b{background:#000;color:#fff;box-shadow:0 0 0 3px #fff,0 0 0 5px #111}
.business-step.completed b{background:#111;color:#fff}
.business-step-line{height:2px;margin-top:27px;background:#e5e5e5}

.business-setup-card{width:min(900px,100%);margin:0 auto}
.business-setup-card h1,.business-setup-card h2,.business-setup-complete h1,.business-setup-complete h2{margin:0 0 42px;font-family:Georgia,'Times New Roman',serif;font-size:43px;line-height:1.1;font-weight:400;letter-spacing:-1px}
.business-step-intro{max-width:680px;margin:-22px 0 34px;color:#555;font-size:16px;line-height:1.55}
.business-field{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;color:#111;font-size:14px;font-weight:700}
.business-field small{font-weight:400;color:#666}
.business-field input,.business-field select{width:100%;height:60px;padding:0 18px;border:1px solid transparent;border-radius:9px;outline:0;background:var(--field);color:#111;font-size:16px;font-weight:400;transition:border-color .15s,background .15s}
.business-field input:focus,.business-field select:focus{border-color:#111;background:#fff}
.business-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.business-consent{display:grid;grid-template-columns:24px 1fr;gap:14px;align-items:start;margin-top:18px;font-size:14px;line-height:1.55}
.business-consent input{width:24px;height:24px;margin:1px 0 0;accent-color:#000}
.business-consent a{text-decoration:underline;text-underline-offset:2px}
.business-form-error{min-height:20px;margin:12px 0 0;color:var(--danger);font-size:13px;font-weight:700}
.business-form-actions{display:flex;justify-content:flex-end;margin-top:18px}
.business-form-actions.split{justify-content:space-between}
.business-next,.business-back{min-height:54px;padding:0 26px;border:0;border-radius:8px;font-weight:750;cursor:pointer}
.business-next{background:#000;color:#fff}
.business-next:hover{background:#252525}
.business-back{background:#efefef;color:#111}
.business-back:hover{background:#e2e2e2}
.business-payment-note{display:flex;flex-direction:column;gap:7px;padding:18px;border-radius:10px;background:#f5f5f5;color:#555;font-size:14px;line-height:1.5}
.business-payment-note strong{color:#111;font-size:15px}
.business-setup-complete{width:min(760px,100%);margin:30px auto 0;text-align:center}
.business-complete-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 22px;border-radius:50%;background:#000;color:#fff;font-size:30px}
.business-setup-complete h1,.business-setup-complete h2{margin-bottom:18px}
.business-setup-complete p{max-width:620px;margin:0 auto 28px;color:#555;font-size:16px;line-height:1.6}
.business-setup-complete>a{min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:8px;background:#000;color:#fff;font-weight:700;text-decoration:none}

@media(max-width:760px){
  .business-setup-header{height:64px;padding:0 16px}
  .business-setup-brand{font-size:18px}
  .business-help{width:42px;height:42px;min-height:42px;padding:0;justify-content:center}
  .business-help span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  .business-account-toggle{width:42px;height:42px}
  .business-account-menu{top:58px;right:10px;width:calc(100vw - 20px)}
  .business-setup-main{width:calc(100% - 28px);padding:34px 0 48px}
  .business-stepper{grid-template-columns:auto 1fr auto 1fr auto;margin-bottom:46px}
  .business-step{min-width:0;width:74px;font-size:10px;line-height:1.2}
  .business-step b{width:42px;height:42px;font-size:18px}
  .business-step-line{margin-top:20px}
  .business-setup-card h1,.business-setup-card h2,.business-setup-complete h1,.business-setup-complete h2{margin-bottom:30px;font-size:34px}
  .business-step-intro{margin-top:-15px}
  .business-field-grid{grid-template-columns:1fr;gap:0}
  .business-field{margin-bottom:22px}
  .business-field input,.business-field select{height:56px;font-size:16px}
  .business-consent{grid-template-columns:22px 1fr;font-size:13px}
  .business-consent input{width:22px;height:22px}
}

@media(max-width:390px){
  .business-setup-brand{flex-direction:column;align-items:flex-start;gap:0;font-size:15px;line-height:1}
  .business-step{width:66px;font-size:9px}
  .business-step b{width:38px;height:38px}
  .business-step-line{margin-top:18px}
}
