/* buildcontrol — Page-specific styles. */
.chero{padding:74px 0 58px;background:var(--screen-bg-alt)}
.chero-in{max-width:730px;margin:0 auto;text-align:center}
.chero h1{font-family:var(--f-header);font-weight:700;font-size:40px;line-height:1.14;letter-spacing:-.02em;color:var(--navy-900);margin:14px 0 0}
.chero h2{font-family:var(--f-header);font-weight:600;font-size:20px;line-height:1.2;color:var(--n-600);margin:8px 0 0;letter-spacing:-.01em}
.chero p{font-size:16.5px;line-height:1.62;color:var(--n-600);margin:18px auto 0;max-width:620px}
.chero-meta{display:flex;gap:26px;justify-content:center;flex-wrap:wrap;margin-top:26px;font-size:13.5px;color:var(--n-500)}
.chero-meta span{display:inline-flex;align-items:center;gap:7px}
.chero-meta i{width:6px;height:6px;border-radius:50%;background:#2D6BC8;display:inline-block}

.jobs{padding:56px 0 20px}
.jobs-head{max-width:640px;margin:0 auto 34px;text-align:center}
.jobs-head h2{font-family:var(--f-header);font-weight:700;font-size:29px;line-height:1.18;color:var(--navy-900);letter-spacing:-.015em}
.jobs-head p{font-size:15px;color:var(--n-600);margin-top:10px}

.job{background:#fff;border:1px solid var(--n-150);border-radius:14px;box-shadow:0 3px 16px rgba(17,57,103,.05);
  padding:30px 32px;max-width:860px;margin:0 auto 22px}
.job-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap;margin-bottom:6px}
.job-top h3{font-family:var(--f-header);font-weight:700;font-size:22px;color:var(--navy-900);letter-spacing:-.01em}
.job-tags{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 18px}
.jtag{display:inline-flex;align-items:center;height:26px;padding:4px 12px;border-radius:9999px;
  font-size:12px;font-weight:600;background:#E4EEFB;color:#1F58AE}
.jtag.alt{background:#E8F5E8;color:#399C36}
.job-lede{font-size:15px;line-height:1.62;color:var(--n-600);margin-bottom:20px}
.job-cols{display:grid;grid-template-columns:1fr 1fr;gap:26px}
@media(max-width:700px){.job-cols{grid-template-columns:1fr;gap:18px}}
.job-cols h4{font-family:var(--f-header);font-weight:600;font-size:13px;letter-spacing:.1em;text-transform:uppercase;
  color:#1F58AE;margin-bottom:10px}
.job-cols ul{list-style:none;padding:0;margin:0}
.job-cols li{position:relative;padding-left:18px;font-size:14.2px;line-height:1.55;color:var(--n-700);margin-bottom:8px}
.job-cols li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#2D6BC8}
.job-apply{margin-top:22px;padding-top:18px;border-top:1px solid var(--n-150);display:flex;
  align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.job-apply .jnote{font-size:13px;color:var(--n-500)}
.jbtn{border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 24px;border-radius:6px;
  background:linear-gradient(180deg,#2D6BC8 0%,#1F58AE 100%);color:#fff;font-weight:700;font-size:14.5px;
  box-shadow:0 2px 8px rgba(31,88,174,.26)}





@media(max-width:820px){}

/* ---------- collapsible job rows ---------- */
.jobs-list{max-width:900px;margin:0 auto}
.jrow{background:#fff;border:1px solid var(--n-150);border-radius:14px;
  box-shadow:0 3px 16px rgba(17,57,103,.05);margin-bottom:14px;overflow:hidden;
  transition:border-color .18s ease,box-shadow .18s ease}
.jrow:hover{border-color:var(--n-200)}
.jrow.open{border-color:var(--brand-600);box-shadow:0 6px 24px rgba(17,57,103,.10)}

.jhead{width:100%;display:flex;align-items:center;gap:18px;padding:22px 26px;
  background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;
  transition:background .15s ease}
.jhead:hover{background:var(--n-50)}
.jhead-tx{flex:1;min-width:0}
.jhead-tx b{display:block;font-family:var(--f-header);font-weight:700;font-size:19px;
  color:var(--navy-900);letter-spacing:-.01em;line-height:1.3}
.jhead-tx>span{display:block;font-size:13.5px;color:var(--n-500);margin-top:4px}
.jhead-tx .jdot{display:inline;color:var(--n-300);margin:0 3px}

.jstatus{flex:none;display:inline-flex;align-items:center;height:27px;padding:0 13px;
  border-radius:var(--r-full);font-family:var(--f-header);font-weight:600;font-size:12px}
.jstatus.open{background:var(--success-bg);color:var(--success)}
.jstatus.closed{background:var(--n-100);color:var(--n-500)}

.jtoggle{flex:none;width:30px;height:30px;border-radius:50%;background:var(--info-bg);
  display:grid;place-items:center;transition:transform .22s ease,background .15s ease}
.jtoggle svg{width:14px;height:14px;fill:var(--brand-700);transition:fill .15s ease}
.jrow.open .jtoggle{transform:rotate(45deg);background:var(--brand-600)}
.jrow.open .jtoggle svg{fill:#fff}

.jbody{max-height:0;overflow:hidden;transition:max-height .3s ease}
.jbody-in{padding:0 26px 26px;border-top:1px solid var(--n-100);margin-top:0}
.jbody-in .job-tags{margin:20px 0 18px}
.jbody-in .job-lede{margin-bottom:20px}

@media(max-width:640px){
  .jhead{padding:18px 18px;gap:12px;flex-wrap:wrap}
  .jhead-tx{flex:1 1 100%;order:1}
  .jhead-tx b{font-size:17px}
  .jstatus{order:2}
  .jtoggle{order:3;margin-left:auto}
  .jbody-in{padding:0 18px 22px}
}

.cben{padding:60px 0 10px}
.cben-head{max-width:640px;margin:0 auto 36px;text-align:center}
.cben-head .eyebrow{display:inline-flex;font-family:var(--f-header);font-weight:600;font-size:12.5px;
  letter-spacing:.14em;text-transform:uppercase;color:#1F58AE;margin-bottom:12px}
.cben-head h2{font-family:var(--f-header);font-weight:700;font-size:29px;line-height:1.18;
  color:var(--navy-900);letter-spacing:-.015em}
.cben-head p{font-size:15px;color:var(--n-600);margin-top:10px}
.cben-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:920px;margin:0 auto}
@media(max-width:860px){.cben-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.cben-grid{grid-template-columns:1fr}}
.cben-card{background:#fff;border:1px solid var(--n-150);border-radius:12px;padding:22px 20px;display:flex;flex-direction:column;
  box-shadow:0 3px 14px rgba(17,57,103,.05);transition:transform .2s ease,box-shadow .2s ease}
.cben-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(17,57,103,.09)}
.cben-ic{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;margin-bottom:13px;
  background:linear-gradient(180deg,#2D6BC8 0%,#1F58AE 100%)}
.cben-ic svg{width:21px;height:21px;fill:#fff}
.cben-card h4{font-family:var(--f-header);font-weight:600;font-size:16px;color:var(--navy-900);margin-bottom:5px}
.cben-card p{font-size:13.8px;line-height:1.56;color:var(--n-600)}
.cben-card .big{font-family:var(--f-header);font-weight:700;font-size:20px;color:#1F58AE;line-height:1.15;
  display:block;margin-bottom:5px;min-height:23px}

.capply{padding:64px 0 78px;background:var(--screen-bg-alt,#FAFCFF);border-top:1px solid var(--n-150)}
.capply-head{max-width:620px;margin:0 auto 40px;text-align:center}
.capply-head .eyebrow{display:inline-flex;font-family:var(--f-header);font-weight:600;font-size:12.5px;
  letter-spacing:.14em;text-transform:uppercase;color:#1F58AE;margin-bottom:12px}
.capply-head h2{font-family:var(--f-header);font-weight:700;font-size:29px;line-height:1.18;
  color:var(--navy-900);letter-spacing:-.015em}
.capply-head p{font-size:15px;color:var(--n-600);margin-top:10px}




/* steps */








/* contact card */

.capply{padding:60px 0 72px;background:var(--screen-bg-alt,#FAFCFF);border-top:1px solid var(--n-150)}
.capply-head{max-width:560px;margin:0 auto 38px;text-align:center}
.capply-head .eyebrow{display:inline-flex;font-family:var(--f-header);font-weight:600;font-size:12.5px;
  letter-spacing:.14em;text-transform:uppercase;color:#1F58AE;margin-bottom:12px}
.capply-head h2{font-family:var(--f-header);font-weight:700;font-size:29px;line-height:1.18;
  color:var(--navy-900);letter-spacing:-.015em}

.astrip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:860px;margin:0 auto 34px}
@media(max-width:760px){.astrip{grid-template-columns:repeat(2,1fr);gap:16px}}
@media(max-width:420px){.astrip{grid-template-columns:1fr}}
.astep{text-align:center;position:relative;padding:0 6px}
.astep:not(:last-child):after{content:"";position:absolute;top:19px;right:-11px;width:22px;height:2px;
  background:#CBD9EC}
@media(max-width:760px){.astep:after{display:none}}
.astep-n{width:38px;height:38px;border-radius:50%;margin:0 auto 11px;display:grid;place-items:center;
  background:linear-gradient(180deg,#2D6BC8 0%,#1F58AE 100%);color:#fff;
  font-family:var(--f-header);font-weight:700;font-size:15px;box-shadow:0 2px 8px rgba(31,88,174,.22)}
.astep h4{font-family:var(--f-header);font-weight:600;font-size:15px;color:var(--navy-900);margin-bottom:3px}
.astep p{font-size:13px;line-height:1.45;color:var(--n-500)}

.aend{text-align:center}
.aend .abtn{display:inline-flex;align-items:center;gap:9px;height:48px;padding:0 26px;border-radius:8px;
  background:linear-gradient(180deg,#2D6BC8 0%,#1F58AE 100%);color:#fff;font-family:var(--f-header);
  font-weight:700;font-size:15px;box-shadow:0 3px 12px rgba(31,88,174,.26);transition:transform .18s ease}
.aend .abtn:hover{transform:translateY(-2px)}
.aend .abtn svg{width:18px;height:18px;fill:#fff}
.aend .amail{display:block;margin-top:12px;font-size:13.5px;color:var(--n-500)}
.aend .amail b{font-family:var(--f-header);font-weight:600;color:#1F58AE}

.bcbot-fab{position:fixed;bottom:22px;right:22px;z-index:95;width:60px;height:60px;border-radius:50%;
  border:none;cursor:pointer;background:linear-gradient(180deg,#2D6BC8,#1F58AE);
  box-shadow:0 8px 24px rgba(31,88,174,.4);display:grid;place-items:center;transition:transform .2s}
.bcbot-fab:hover{transform:scale(1.06)}
.bcbot-fab svg{width:27px;height:27px;fill:#fff}
.bcbot-fab .ic-close{display:none}
.bcbot-fab.on .ic-chat{display:none}.bcbot-fab.on .ic-close{display:block}
.bcbot-badge{position:absolute;top:-3px;right:-3px;width:20px;height:20px;border-radius:50%;
  background:#399C36;color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;
  border:2px solid #fff;font-family:var(--f-header,sans-serif)}

.bcbot-panel{position:fixed;bottom:94px;right:22px;z-index:95;width:min(93vw,392px);height:min(74vh,600px);
  background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 20px 60px rgba(11,32,60,.3);opacity:0;visibility:hidden;transform:translateY(16px) scale(.98);
  transition:opacity .26s,visibility .26s,transform .26s;transform-origin:bottom right}
.bcbot-panel.on{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
@media(max-width:480px){.bcbot-panel{width:calc(100vw - 20px);right:10px;bottom:86px;height:76vh}}

.bcbot-hd{background:linear-gradient(180deg,#113967,#0B488D);padding:15px 18px;color:#fff;display:flex;align-items:center;gap:12px}
.bcbot-hd .av{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.15);display:grid;place-items:center;flex:none;position:relative}
.bcbot-hd .av svg{width:23px;height:23px;fill:#fff}
.bcbot-hd .av:after{content:"";position:absolute;bottom:1px;right:1px;width:10px;height:10px;border-radius:50%;background:#4ADE80;border:2px solid #0B488D}
.bcbot-hd b{font-family:var(--f-header,sans-serif);font-weight:700;font-size:15px;display:block;line-height:1.2}
.bcbot-hd small{font-size:12px;color:#B7C8DE}
.bcbot-hd .rst{margin-left:auto;background:rgba(255,255,255,.12);border:none;color:#fff;cursor:pointer;
  width:30px;height:30px;border-radius:8px;display:grid;place-items:center}
.bcbot-hd .rst svg{width:15px;height:15px;fill:#fff}

.bcbot-body{flex:1;overflow-y:auto;padding:16px;background:var(--screen-bg-alt,#FAFCFF);display:flex;flex-direction:column;gap:4px}
.bcbot-turn{display:flex;gap:9px;align-items:flex-end;margin-bottom:10px;max-width:90%}
.bcbot-turn.user{align-self:flex-end;flex-direction:row-reverse}
.bcbot-mav{width:28px;height:28px;border-radius:50%;flex:none;background:linear-gradient(180deg,#2D6BC8,#1F58AE);
  display:grid;place-items:center}
.bcbot-mav svg{width:15px;height:15px;fill:#fff}
.bcbot-turn.user .bcbot-mav{display:none}
.bcbot-col{display:flex;flex-direction:column;gap:2px;min-width:0}
.bcbot-turn.user .bcbot-col{align-items:flex-end}
.bcbot-msg{padding:10px 14px;border-radius:15px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}
.bcbot-msg.bot{background:#fff;color:#2A2E33;border:1px solid var(--n-150,#E8EBEF);border-bottom-left-radius:5px}
.bcbot-msg.user{background:linear-gradient(180deg,#2D6BC8,#1F58AE);color:#fff;border-bottom-right-radius:5px}
.bcbot-msg a{color:#1F58AE;font-weight:700;text-decoration:none}
.bcbot-msg.user a{color:#fff;text-decoration:underline}
.bcbot-time{font-size:10.5px;color:var(--n-400,#9AA3AD);padding:0 6px}

.bcbot-typing{align-self:flex-start;background:#fff;border:1px solid var(--n-150,#E8EBEF);border-radius:15px;
  border-bottom-left-radius:5px;padding:12px 15px;margin:0 0 10px 37px;display:none;gap:4px;width:fit-content}
.bcbot-typing.on{display:flex}
.bcbot-typing span{width:7px;height:7px;border-radius:50%;background:#9AA3AD;animation:bcbob 1.2s infinite}
.bcbot-typing span:nth-child(2){animation-delay:.2s}.bcbot-typing span:nth-child(3){animation-delay:.4s}
@keyframes bcbob{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}

.bcbot-chips{display:flex;flex-wrap:wrap;gap:7px;padding:2px 16px 12px;background:var(--screen-bg-alt,#FAFCFF)}
.bcbot-chip{border:1px solid #CFE0F6;background:#fff;color:#1F58AE;border-radius:9999px;padding:7px 13px;
  font-family:var(--f-header,sans-serif);font-weight:600;font-size:12.5px;cursor:pointer;transition:background .16s}
.bcbot-chip:hover{background:#EAF1FB}

.bcbot-foot{padding:11px 13px;border-top:1px solid var(--n-150,#E8EBEF);background:#fff;display:flex;gap:9px;align-items:center}
.bcbot-foot input{flex:1;height:42px;border:1px solid var(--n-200,#D5D9DE);border-radius:9999px;padding:0 16px;
  font-family:inherit;font-size:14px;color:#212121;outline:none;transition:border-color .18s}
.bcbot-foot input:focus{border-color:#2D6BC8}
.bcbot-foot{flex-wrap:wrap}
.bcbot-attach{width:40px;height:42px;border:none;background:none;cursor:pointer;flex:none;display:grid;place-items:center;border-radius:9px}
.bcbot-attach:hover{background:var(--screen-bg-alt,#FAFCFF)}
.bcbot-attach svg{width:20px;height:20px;fill:var(--n-500,#9AA3AD)}
.bcbot-attach:hover svg{fill:#1F58AE}
.bcbot-fchip{display:none;align-items:center;gap:8px;width:100%;margin:0 0 8px;padding:8px 11px;background:#EAF1FB;border:1px solid #CFE0F6;border-radius:9px;font-size:12.5px;color:#1F58AE;font-weight:600}
.bcbot-fchip.on{display:flex}
.bcbot-fchip .fn{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.bcbot-fchip .fx{margin-left:auto;background:none;border:none;cursor:pointer;color:#1F58AE;font-size:16px;line-height:1;padding:0 2px}
.bcbot-fchip.bad{background:#FDECEC;border-color:#F5B5B5;color:#D83939}

.bcbot-hd .menu-btn{background:rgba(255,255,255,.12);border:none;color:#fff;cursor:pointer;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;margin-left:auto}
.bcbot-hd .menu-btn svg{width:16px;height:16px;fill:#fff}
.bcbot-hd .rst{margin-left:8px}
.bcbot-menu{padding:6px 16px 14px;background:var(--screen-bg-alt,#FAFCFF)}
.bcbot-menu .mlab{font-family:var(--f-header,sans-serif);font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--n-400,#9AA3AD);margin:6px 2px 10px}
.bcbot-mgrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.bcbot-mtile{display:flex;align-items:center;gap:9px;padding:11px 12px;background:#fff;border:1px solid var(--n-150,#E8EBEF);border-radius:11px;cursor:pointer;text-align:left;font-family:var(--f-header,sans-serif);font-weight:600;font-size:13px;color:var(--navy-900,#0E2E56);transition:border-color .16s,transform .16s}
.bcbot-mtile:hover{border-color:#B9CDEA;transform:translateY(-1px)}
.bcbot-mtile .mi{width:30px;height:30px;border-radius:8px;flex:none;display:grid;place-items:center;background:#EAF1FB}
.bcbot-mtile .mi svg{width:16px;height:16px;fill:#1F58AE}
.bcbot-help{margin:12px 2px 2px;padding:11px 12px;background:#fff;border:1px solid var(--n-150,#E8EBEF);border-radius:11px;font-size:12.5px;color:var(--n-600,#5A6068);line-height:1.5}
.bcbot-help a{color:#1F58AE;font-weight:600;text-decoration:none}
.bcbot-sales{padding:16px 16px 18px;background:var(--screen-bg-alt,#FAFCFF)}
.bcbot-sales .sh{display:flex;align-items:center;gap:9px;margin:2px 2px 14px}
.bcbot-sales .sh b{font-family:var(--f-header,sans-serif);font-weight:700;font-size:15px;color:var(--navy-900,#0E2E56)}
.bcbot-sback{margin-left:auto;background:none;border:none;cursor:pointer;color:#1F58AE;font-family:var(--f-header,sans-serif);font-weight:600;font-size:12.5px}
.bcbot-sopt{display:flex;align-items:center;gap:12px;width:100%;padding:13px 14px;background:#fff;border:1px solid var(--n-150,#E8EBEF);border-radius:11px;cursor:pointer;text-align:left;margin-bottom:9px;text-decoration:none;transition:border-color .16s,transform .16s}
.bcbot-sopt:hover{border-color:#B9CDEA;transform:translateY(-1px)}
.bcbot-sopt .si{width:36px;height:36px;border-radius:9px;flex:none;display:grid;place-items:center}
.bcbot-sopt .si svg{width:18px;height:18px;fill:#fff}
.bcbot-sopt .st{min-width:0}
.bcbot-sopt .st b{display:block;font-family:var(--f-header,sans-serif);font-weight:600;font-size:14px;color:var(--navy-900,#0E2E56);line-height:1.3}
.bcbot-sopt .st span{font-size:12px;color:var(--n-500,#9AA3AD)}
.si-call{background:linear-gradient(180deg,#2D6BC8,#1F58AE)}
.si-wa{background:#25D366}
.si-cb{background:linear-gradient(180deg,#ED932B,#D97A1A)}
.bcbot-cbform{margin-top:6px;padding:14px;background:#fff;border:1px solid var(--n-150,#E8EBEF);border-radius:11px}
.bcbot-cbform input{width:100%;height:42px;border:1px solid var(--n-200,#D5D9DE);border-radius:9px;padding:0 13px;font-family:inherit;font-size:14px;margin-bottom:9px;outline:none;box-sizing:border-box}
.bcbot-cbform input:focus{border-color:#2D6BC8}
.bcbot-cbform input.bad{border-color:#D83939}
.bcbot-cbform button{width:100%;height:44px;border:none;border-radius:9px;background:linear-gradient(180deg,#2D6BC8,#1F58AE);color:#fff;font-family:var(--f-header,sans-serif);font-weight:700;font-size:14px;cursor:pointer}
.bcbot-cbdone{text-align:center;padding:8px 0;color:#399C36;font-family:var(--f-header,sans-serif);font-weight:600;font-size:14px}

.bcbot-intro{padding:26px 20px;text-align:center}
.bcbot-intro .ii{width:54px;height:54px;border-radius:50%;background:linear-gradient(180deg,#2D6BC8,#1F58AE);display:grid;place-items:center;margin:0 auto 14px}
.bcbot-intro .ii svg{width:25px;height:25px;fill:#fff}
.bcbot-intro h4{font-family:var(--f-header,sans-serif);font-weight:700;font-size:18px;color:var(--navy-900,#0E2E56);margin:0 0 7px}
.bcbot-intro p{font-size:13px;color:var(--n-600,#5A6068);line-height:1.5;margin:0 0 16px}
.bcbot-intro input{width:100%;height:44px;border:1px solid var(--n-200,#D5D9DE);border-radius:10px;padding:0 14px;font-family:inherit;font-size:14px;margin-bottom:10px;outline:none;box-sizing:border-box;text-align:center}
.bcbot-intro input:focus{border-color:#2D6BC8}
.bcbot-intro input.bad{border-color:#D83939}
.bcbot-intro .igo{width:100%;height:46px;border:none;border-radius:10px;background:linear-gradient(180deg,#2D6BC8,#1F58AE);color:#fff;font-family:var(--f-header,sans-serif);font-weight:700;font-size:14.5px;cursor:pointer;box-shadow:0 6px 18px rgba(31,88,174,.28)}
.bcbot-intro .iskip{width:100%;height:38px;border:none;background:none;color:var(--n-400,#9AA3AD);font-family:var(--f-header,sans-serif);font-weight:600;font-size:13px;cursor:pointer;margin-top:5px}


.bcbot-send{width:42px;height:42px;border-radius:50%;border:none;cursor:pointer;flex:none;
  background:linear-gradient(180deg,#2D6BC8,#1F58AE);display:grid;place-items:center}
.bcbot-send svg{width:18px;height:18px;fill:#fff}
@media(prefers-reduced-motion:reduce){.bcbot-panel,.bcbot-fab{transition:none}}

.bcbot-lead{background:#fff;border:1px solid #CFE0F6;border-radius:14px;padding:14px;margin:2px 0 10px 37px;max-width:82%}
.bcbot-lead p{font-size:13px;color:var(--n-600,#5A6068);margin:0 0 10px;line-height:1.45}
.bcbot-lead input{width:100%;height:40px;border:1px solid var(--n-200,#D5D9DE);border-radius:8px;padding:0 12px;
  font-family:inherit;font-size:13.5px;margin-bottom:8px;outline:none;transition:border-color .16s}
.bcbot-lead input:focus{border-color:#2D6BC8}
.bcbot-lead input.bad{border-color:#D83939}
.bcbot-lead .row{display:flex;gap:8px}
.bcbot-lead .row button{flex:1;height:40px;border-radius:8px;border:none;cursor:pointer;
  font-family:var(--f-header,sans-serif);font-weight:700;font-size:13.5px}
.bcbot-lead .go{background:linear-gradient(180deg,#2D6BC8,#1F58AE);color:#fff}
.bcbot-lead .skip{background:#fff;border:1px solid var(--n-200,#D5D9DE);color:var(--n-600,#5A6068)}
.bcbot-lead.done{border-color:#399C36;text-align:center}
.bcbot-lead.done p{color:#399C36;font-weight:600;margin:0}
.bcbot-wa{display:inline-flex;align-items:center;gap:8px;margin-top:9px;padding:9px 15px;border-radius:9999px;
  background:#25D366;color:#fff!important;font-family:var(--f-header,sans-serif);font-weight:700;font-size:13px;
  text-decoration:none}
.bcbot-wa svg{width:16px;height:16px;fill:#fff}

.capp-ov{position:fixed;inset:0;z-index:120;background:rgba(11,32,60,.55);backdrop-filter:blur(3px);
  display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}
.capp-ov.on{opacity:1;visibility:visible}
.capp-ov[hidden]{display:none!important}
.capp-modal{background:#fff;border-radius:18px;width:100%;max-width:560px;max-height:92vh;overflow-y:auto;
  box-shadow:0 30px 80px rgba(11,32,60,.4);transform:translateY(16px) scale(.98);transition:transform .25s}
.capp-ov.on .capp-modal{transform:translateY(0) scale(1)}
.capp-mhead{position:relative;background:linear-gradient(155deg,#0E2E56,#113967 45%,#1F58AE);color:#fff;padding:24px 28px;border-radius:18px 18px 0 0}
.capp-mhead .eyebrow{font-family:var(--f-header);font-weight:600;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#10C9D0;display:block;margin-bottom:6px}
.capp-mhead h3{font-family:var(--f-header);font-weight:700;font-size:22px;margin:0;letter-spacing:-.01em}
.capp-mhead p{font-size:13.5px;color:#CDDCEF;margin:6px 0 0}
.capp-x{position:absolute;top:18px;right:18px;width:32px;height:32px;border-radius:8px;border:none;cursor:pointer;
  background:rgba(255,255,255,.15);color:#fff;display:grid;place-items:center}
.capp-x svg{width:16px;height:16px;fill:#fff}
.capp-mbody{padding:26px 28px}
.capp-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:520px){.capp-row{grid-template-columns:1fr}}
.capp-f{margin-bottom:14px}
.capp-f label{display:block;font-family:var(--f-header);font-weight:600;font-size:13px;color:var(--navy-900);margin-bottom:6px}
.capp-f label .req{color:#D83939}
.capp-f input,.capp-f select,.capp-f textarea{width:100%;border:1.5px solid var(--n-200);border-radius:10px;padding:0 14px;height:44px;font-family:inherit;font-size:14px;color:#212121;outline:none;transition:border-color .16s;box-sizing:border-box;background:#fff}
.capp-f textarea{height:auto;padding:11px 14px;resize:vertical;min-height:84px;line-height:1.5}
.capp-f input:focus,.capp-f select:focus,.capp-f textarea:focus{border-color:#2D6BC8}
.capp-f input.bad,.capp-f select.bad{border-color:#D83939}
.capp-hint{font-size:11.5px;color:var(--n-500);margin-top:5px}
.capp-file{width:100%;display:flex;align-items:center;gap:10px;border:1.5px dashed var(--n-200);border-radius:10px;
  padding:0 14px;height:46px;background:#FAFCFF;cursor:pointer;font-family:inherit;font-size:14px;color:var(--n-600);transition:border-color .16s,background .16s;text-align:left}
.capp-file:hover{border-color:#B9CDEA;background:#F4F8FD}
.capp-file.has{border-style:solid;border-color:#2D6BC8;color:var(--navy-900);font-weight:600}
.capp-file.bad{border-color:#D83939}
.capp-file svg{width:18px;height:18px;fill:#2D6BC8;flex:none}
.capp-file span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.capp-submit{width:100%;height:48px;border:none;border-radius:11px;background:linear-gradient(180deg,#2D6BC8,#1F58AE);color:#fff;font-family:var(--f-header);font-weight:700;font-size:14.5px;cursor:pointer;box-shadow:0 6px 18px rgba(31,88,174,.28);transition:transform .18s;margin-top:4px}
.capp-submit:hover{transform:translateY(-2px)}
.capp-alt{text-align:center;font-size:13px;color:var(--n-500);margin-top:14px}
.capp-alt a{color:#1F58AE;font-weight:600;text-decoration:none}
.capp-done{display:none;text-align:center;padding:24px 4px}
.capp-done.on{display:block}
.capp-done .tick{width:64px;height:64px;border-radius:50%;background:#E8F5E8;display:grid;place-items:center;margin:0 auto 18px}
.capp-done .tick svg{width:32px;height:32px;fill:#399C36}
.capp-done h3{font-family:var(--f-header);font-weight:700;font-size:21px;color:var(--navy-900);margin:0 0 8px}
.capp-done p{font-size:14.5px;color:var(--n-600);line-height:1.55;margin:0 auto 18px;max-width:400px}
.capp-done button{height:44px;padding:0 22px;border:1px solid var(--n-200);border-radius:9px;background:#fff;color:var(--navy-900);font-family:var(--f-header);font-weight:600;font-size:14px;cursor:pointer}
.capp-form.hide{display:none}
/* interaction polish - soft elevation, lift on hover, press on active */
@media(prefers-reduced-motion:no-preference){
  .btn,.btn-p,.btn-s,.nav-cta,.nav-trial,.f-submit,.hstore,.bcpop-cta{
    transition:transform .18s cubic-bezier(.2,.7,.3,1),box-shadow .18s cubic-bezier(.2,.7,.3,1),
               background .18s ease,border-color .18s ease}
  .btn:hover,.btn-p:hover,.nav-cta:hover,.f-submit:hover,.bcpop-cta:hover{
    transform:translateY(-2px);box-shadow:0 12px 28px -12px rgba(16,40,80,.45)}
  .btn-s:hover,.nav-trial:hover,.hstore:hover{
    transform:translateY(-2px);box-shadow:0 10px 24px -14px rgba(16,40,80,.40)}
  .btn:active,.btn-p:active,.btn-s:active,.nav-cta:active,.nav-trial:active,
  .f-submit:active,.hstore:active,.bcpop-cta:active{
    transform:translateY(0);box-shadow:0 4px 12px -8px rgba(16,40,80,.40)}

  .mod-card,.cs-card,.bcard,.bp-rcard{
    transition:transform .22s cubic-bezier(.2,.7,.3,1),box-shadow .22s cubic-bezier(.2,.7,.3,1),
               border-color .22s ease}
  .mod-card:hover,.cs-card:hover{
    transform:translateY(-4px);box-shadow:0 18px 40px -18px rgba(16,40,80,.34);border-color:#CBDCF3}
  .mod-card:hover .mod-ic{transform:scale(1.06)}
  .mod-ic{transition:transform .22s cubic-bezier(.2,.7,.3,1)}

  /* header gains a soft shadow once the page is scrolled */
  .nav{transition:box-shadow .25s ease,background .25s ease}
  .nav.scrolled{box-shadow:0 1px 0 rgba(16,40,80,.06),0 8px 30px -16px rgba(16,40,80,.22)}
}
/* footer address is the directions link */
a.ctx{display:block;text-decoration:none;transition:color .18s ease}
a.ctx:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
/* heading rhythm - looser leading so multi-line headings breathe */
.center-head h2,.fps-head h2,.bp-rhead h2,section h2{line-height:1.28}
.center-head h2{margin-bottom:14px}
.center-head p,.fps-head p{line-height:1.65}
