
/* ===== Floating site-wide launcher ===== */
#nhfc12 .nhfc-float-wrap{
  position:fixed;
  z-index:999990;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:scale(.97);
  transform-origin:center;
  transition:opacity .25s ease,transform .25s ease,visibility .25s ease;
}
#nhfc12.nhfc-launch-visible .nhfc-float-wrap{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:scale(1);
}

/* Desktop: 6 placement options */
#nhfc12.nhfc-desktop-right-bottom .nhfc-float-wrap{right:var(--nhfc-desktop-h,22px);bottom:var(--nhfc-desktop-v,22px);left:auto;top:auto}
#nhfc12.nhfc-desktop-right-middle .nhfc-float-wrap{right:var(--nhfc-desktop-h,22px);top:50%;left:auto;bottom:auto;transform:translateY(-50%) scale(.97)}
#nhfc12.nhfc-launch-visible.nhfc-desktop-right-middle .nhfc-float-wrap{transform:translateY(-50%) scale(1)}
#nhfc12.nhfc-desktop-right-top .nhfc-float-wrap{right:var(--nhfc-desktop-h,22px);top:var(--nhfc-desktop-v,22px);left:auto;bottom:auto}
#nhfc12.nhfc-desktop-left-bottom .nhfc-float-wrap{left:var(--nhfc-desktop-h,22px);bottom:var(--nhfc-desktop-v,22px);right:auto;top:auto}
#nhfc12.nhfc-desktop-left-middle .nhfc-float-wrap{left:var(--nhfc-desktop-h,22px);top:50%;right:auto;bottom:auto;transform:translateY(-50%) scale(.97)}
#nhfc12.nhfc-launch-visible.nhfc-desktop-left-middle .nhfc-float-wrap{transform:translateY(-50%) scale(1)}
#nhfc12.nhfc-desktop-left-top .nhfc-float-wrap{left:var(--nhfc-desktop-h,22px);top:var(--nhfc-desktop-v,22px);right:auto;bottom:auto}
#nhfc12 .nhfc-float-btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:58px!important;
  padding:7px 16px 7px 8px!important;
  border:1px solid rgba(0,0,0,.08)!important;
  border-radius:999px!important;
  background:#EA7E20!important;
  color:#fff!important;
  cursor:pointer!important;
  box-shadow:0 12px 32px rgba(0,0,0,.20),0 4px 12px rgba(234,126,32,.28)!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
  font-family:Arial,Helvetica,sans-serif!important;
  text-decoration:none!important;
  line-height:1!important;
}
#nhfc12 .nhfc-float-btn:hover{
  transform:translateY(-2px)!important;
  background:#C86612!important;
  box-shadow:0 15px 36px rgba(0,0,0,.22),0 5px 14px rgba(234,126,32,.30)!important;
}
#nhfc12 .nhfc-float-btn:focus-visible{
  outline:3px solid rgba(234,126,32,.30)!important;
  outline-offset:3px!important;
}
#nhfc12 .nhfc-float-icon{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#000!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)!important;
}
#nhfc12 .nhfc-float-icon svg{width:23px;height:23px;display:block}
#nhfc12 .nhfc-float-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:4px!important;
  white-space:nowrap!important;
  text-align:left!important;
}
#nhfc12 .nhfc-float-copy strong{
  color:#fff!important;
  font-size:14px!important;
  line-height:1.05!important;
  font-weight:800!important;
  letter-spacing:0!important;
}
#nhfc12 .nhfc-float-copy small{
  color:rgba(255,255,255,.92)!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:500!important;
}
#nhfc12 .nhfc-float-dot{
  position:absolute;
  top:2px;
  right:10px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.20);
}
#nhfc12.nhfc-desktop-left-bottom .nhfc-float-dot,#nhfc12.nhfc-desktop-left-middle .nhfc-float-dot,#nhfc12.nhfc-desktop-left-top .nhfc-float-dot{right:auto;left:10px}


@media(max-width:767px){
  /* Mobile: independently selectable 6 placement options */
  #nhfc12.nhfc-mobile-right-bottom .nhfc-float-wrap{right:var(--nhfc-mobile-h,14px);bottom:var(--nhfc-mobile-v,14px);left:auto;top:auto;transform:scale(.97)}
  #nhfc12.nhfc-launch-visible.nhfc-mobile-right-bottom .nhfc-float-wrap{transform:scale(1)}
  #nhfc12.nhfc-mobile-right-middle .nhfc-float-wrap{right:var(--nhfc-mobile-h,14px);top:50%;left:auto;bottom:auto;transform:translateY(-50%) scale(.97)}
  #nhfc12.nhfc-launch-visible.nhfc-mobile-right-middle .nhfc-float-wrap{transform:translateY(-50%) scale(1)}
  #nhfc12.nhfc-mobile-right-top .nhfc-float-wrap{right:var(--nhfc-mobile-h,14px);top:var(--nhfc-mobile-v,14px);left:auto;bottom:auto;transform:scale(.97)}
  #nhfc12.nhfc-launch-visible.nhfc-mobile-right-top .nhfc-float-wrap{transform:scale(1)}
  #nhfc12.nhfc-mobile-left-bottom .nhfc-float-wrap{left:var(--nhfc-mobile-h,14px);bottom:var(--nhfc-mobile-v,14px);right:auto;top:auto;transform:scale(.97)}
  #nhfc12.nhfc-launch-visible.nhfc-mobile-left-bottom .nhfc-float-wrap{transform:scale(1)}
  #nhfc12.nhfc-mobile-left-middle .nhfc-float-wrap{left:var(--nhfc-mobile-h,14px);top:50%;right:auto;bottom:auto;transform:translateY(-50%) scale(.97)}
  #nhfc12.nhfc-launch-visible.nhfc-mobile-left-middle .nhfc-float-wrap{transform:translateY(-50%) scale(1)}
  #nhfc12.nhfc-mobile-left-top .nhfc-float-wrap{left:var(--nhfc-mobile-h,14px);top:var(--nhfc-mobile-v,14px);right:auto;bottom:auto;transform:scale(.97)}
  #nhfc12.nhfc-launch-visible.nhfc-mobile-left-top .nhfc-float-wrap{transform:scale(1)}
}

@media(max-width:640px){
  #nhfc12.nhfc-mobile-left-bottom .nhfc-float-dot,#nhfc12.nhfc-mobile-left-middle .nhfc-float-dot,#nhfc12.nhfc-mobile-left-top .nhfc-float-dot{right:auto;left:10px}
  #nhfc12.nhfc-mobile-right-bottom .nhfc-float-dot,#nhfc12.nhfc-mobile-right-middle .nhfc-float-dot,#nhfc12.nhfc-mobile-right-top .nhfc-float-dot{left:auto;right:10px}
  #nhfc12 .nhfc-float-btn{min-height:54px!important;padding:6px 13px 6px 7px!important;gap:8px!important}
  #nhfc12 .nhfc-float-icon{width:42px!important;height:42px!important;flex-basis:42px!important}
  #nhfc12 .nhfc-float-copy strong{font-size:13px!important}
  #nhfc12 .nhfc-float-copy small{font-size:9.5px!important}
}


#nhfc12,#nhfc12 *{box-sizing:border-box}
#nhfc12{--o:#EA7E20;--od:#C86612;--b:#000;--w:#fff;--ink:#171717;--muted:#666;--line:#E7E7E7;--soft:#F7F7F7;--os:#FFF4EA;font-family:Arial,Helvetica,sans-serif;color:var(--ink);width:100%}
#nhfc12 button,#nhfc12 input,#nhfc12 select,#nhfc12 textarea{font:inherit}
#nhfc12 button,#nhfc12 a{-webkit-tap-highlight-color:transparent}

/* compact page CTA — restored from V10 */
#nhfc12 .nh12-launch{padding:18px 14px;background:linear-gradient(180deg,#FAFAFA,#FFF8F1)}
#nhfc12 .nh12-launch-card{width:min(1080px,100%);min-height:294px;margin:auto;display:grid;grid-template-columns:38% 62%;overflow:hidden;border:1px solid #E7E7E7;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.08)}
#nhfc12 .nh12-visual{position:relative;min-height:294px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 22% 22%,rgba(234,126,32,.30),transparent 30%),radial-gradient(circle at 88% 78%,rgba(234,126,32,.17),transparent 28%),#090909}
#nhfc12 .nh12-gridbg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:27px 27px}
#nhfc12 .nh12-laptop{position:relative;width:245px;z-index:1}
#nhfc12 .nh12-screen{height:158px;padding:9px;border:2px solid #3b3b3b;border-radius:14px 14px 8px 8px;background:#171717;box-shadow:0 24px 45px rgba(0,0,0,.45)}
#nhfc12 .nh12-display{height:136px;border-radius:8px;background:linear-gradient(145deg,#fff,#FFF1E4);display:flex;flex-direction:column;align-items:center;justify-content:center}
#nhfc12 .nh12-check{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--o);color:#fff;font-size:27px;font-weight:800;box-shadow:0 8px 18px rgba(234,126,32,.28)}
#nhfc12 .nh12-display strong{margin-top:8px;font-size:19px;line-height:1;font-weight:700;color:#000}
#nhfc12 .nh12-display small{margin-top:4px;color:#777;font-size:9px;letter-spacing:.8px;font-weight:600;text-transform:uppercase}
#nhfc12 .nh12-base{width:275px;height:11px;margin-left:-15px;background:linear-gradient(#454545,#202020);border-radius:0 0 50% 50%}
#nhfc12 .nh12-chip{position:absolute;z-index:2;padding:7px 9px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(22,22,22,.92);color:#fff;font-size:10.5px;font-weight:500;box-shadow:0 8px 20px rgba(0,0,0,.25)}
#nhfc12 .c1{left:18px;top:30px} #nhfc12 .c2{right:18px;top:50px} #nhfc12 .c3{left:20px;bottom:28px} #nhfc12 .c4{right:16px;bottom:18px}
#nhfc12 .nh12-launch-copy{padding:28px 34px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
#nhfc12 .nh12-logo{width:154px;max-width:48%;height:auto;display:block;margin:0 0 12px}
#nhfc12 .nh12-eyebrow{margin:0 0 7px;color:var(--o);font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}
#nhfc12 .nh12-launch-copy h2{margin:0!important;max-width:620px;color:#000!important;font-size:32px!important;line-height:1.08!important;font-weight:700!important;letter-spacing:-.65px!important}
#nhfc12 .nh12-launch-copy p{margin:10px 0 0!important;max-width:620px;color:#606060!important;font-size:14px!important;line-height:1.55!important;font-weight:400!important}
#nhfc12 .nh12-open{margin-top:17px;min-height:48px;padding:12px 22px;border:0;border-radius:10px;background:var(--o);color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px rgba(234,126,32,.22);transition:.18s ease}
#nhfc12 .nh12-open:hover{background:var(--od);transform:translateY(-1px)}
#nhfc12 .nh12-micro{margin-top:9px;color:#777;font-size:11px;font-weight:400}
#nhfc12 .nh12-benefits{margin-top:13px;display:flex;flex-wrap:wrap;gap:8px}
#nhfc12 .nh12-benefit{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:999px;background:#FAFAFA;border:1px solid #ECECEC;color:#3f3f3f;font-size:10.5px;font-weight:500}
#nhfc12 .nh12-benefit b{color:var(--o)}



/* popup - auto height, no fixed blank area */
#nhfc12 .nh12-overlay{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:10px;background:rgba(0,0,0,.72);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);overflow-y:auto;scrollbar-width:none}
#nhfc12 .nh12-overlay::-webkit-scrollbar{display:none}
#nhfc12 .nh12-overlay.nh12-opened{display:flex}
#nhfc12 .nh12-dialog{position:relative;width:min(900px,calc(100vw - 20px));margin:auto;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 28px 90px rgba(0,0,0,.38)}
#nhfc12 .nh12-close{position:absolute;right:11px;top:10px;z-index:10;width:34px;height:34px;border:1px solid #E2E2E2;border-radius:50%;display:grid;place-items:center;background:#fff;color:#222;font-size:20px;line-height:1;cursor:pointer}
#nhfc12 .nh12-close:hover{background:var(--o);border-color:var(--o);color:#fff}
#nhfc12 .nh12-top{min-height:58px;padding:8px 55px 8px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);background:#fff}
#nhfc12 .nh12-brand{display:flex;align-items:center;gap:10px;min-width:0}
#nhfc12 .nh12-top-logo{width:126px;max-width:32vw;height:auto;display:block}
#nhfc12 .nh12-divider{width:1px;height:28px;background:#E5E5E5}
#nhfc12 .nh12-lockup small{display:block;color:#777;font-size:8.5px;letter-spacing:1px;font-weight:600}
#nhfc12 .nh12-lockup strong{display:block;margin-top:2px;color:#000;font-size:17px;line-height:1;font-weight:700}
#nhfc12 .nh12-lockup em{color:var(--o);font-size:8px;font-style:normal;vertical-align:top}
#nhfc12 .nh12-time{color:#666;font-size:10px;font-weight:500;white-space:nowrap}
#nhfc12 .nh12-progress{padding:8px 16px 8px;border-bottom:1px solid #F0F0F0;background:#FBFBFB}
#nhfc12 .nh12-progress-meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:5px;color:#666;font-size:9.5px;font-weight:600}
#nhfc12 .nh12-track{height:4px;border-radius:99px;background:#E9E9E9;overflow:hidden}
#nhfc12 .nh12-bar{height:100%;width:20%;border-radius:inherit;background:var(--o);transition:width .18s ease}
#nhfc12 .nh12-stage{padding:13px 16px 14px;background:#fff}

/* fully namespaced typography to avoid Elementor/theme collisions */
#nhfc12 .nh12-stephead{margin:0 0 10px!important;padding:0!important;background:transparent!important;border:0!important}
#nhfc12 .nh12-step-kicker{display:block!important;width:auto!important;height:auto!important;margin:0 0 3px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--o)!important;font-size:9px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important}
#nhfc12 .nh12-stephead h3{margin:0!important;padding:0!important;color:#000!important;font-size:23px!important;line-height:1.12!important;font-weight:700!important;letter-spacing:-.3px!important}
#nhfc12 .nh12-stephead p{margin:4px 0 0!important;padding:0!important;color:#6A6A6A!important;font-size:12px!important;line-height:1.42!important;font-weight:400!important}

#nhfc12 .nh12-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
#nhfc12 .nh12-grid.nh12-three{grid-template-columns:repeat(3,minmax(0,1fr))}
#nhfc12 .nh12-grid.nh12-issues{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}
#nhfc12 .nh12-choice{min-height:66px;padding:9px 10px;display:flex;align-items:center;gap:9px;text-align:left;border:1px solid #E3E3E3!important;border-radius:10px!important;background:#fff!important;color:#222!important;box-shadow:none!important;cursor:pointer;transition:.15s ease}
#nhfc12 .nh12-choice:hover,#nhfc12 .nh12-choice.nh12-selected{border-color:var(--o)!important;background:var(--os)!important;box-shadow:inset 0 0 0 1px var(--o)!important}
#nhfc12 .nh12-icon{width:34px;height:34px;flex:0 0 34px;border-radius:50%!important;display:grid;place-items:center;background:#F3F3F3;color:#111;font-size:13px;font-weight:700;line-height:1}
#nhfc12 .nh12-choice.nh12-selected .nh12-icon{background:var(--o);color:#fff}
#nhfc12 .nh12-choice strong{display:block!important;color:#222!important;font-size:11.5px!important;line-height:1.2!important;font-weight:600!important}
#nhfc12 .nh12-choice-sub{display:block!important;margin-top:2px!important;color:#777!important;font-size:9.5px!important;line-height:1.25!important;font-weight:400!important}
#nhfc12 .nh12-issues .nh12-choice{min-height:70px;display:block;text-align:center;padding:7px 5px}
#nhfc12 .nh12-issues .nh12-icon{margin:0 auto 4px;width:29px;height:29px;font-size:14px}
#nhfc12 .nh12-issues .nh12-choice-sub{display:none!important}

#nhfc12 .nh12-field{display:block}
#nhfc12 .nh12-field>span{display:block;margin-bottom:4px;color:#333;font-size:10px;font-weight:600}
#nhfc12 .nh12-field input,#nhfc12 .nh12-field select,#nhfc12 .nh12-field textarea{width:100%;border:1px solid #DEDEDE!important;border-radius:8px!important;background:#fff!important;color:#222!important;outline:0;font-size:11.5px!important;font-weight:400!important}
#nhfc12 .nh12-field input,#nhfc12 .nh12-field select{height:38px;padding:0 9px}
#nhfc12 .nh12-field textarea{min-height:62px;padding:8px 9px;resize:vertical}
#nhfc12 .nh12-field input:focus,#nhfc12 .nh12-field select:focus,#nhfc12 .nh12-field textarea:focus{border-color:var(--o)!important;box-shadow:0 0 0 3px rgba(234,126,32,.10)!important}
#nhfc12 .nh12-formgrid{display:grid;grid-template-columns:1fr 1fr;gap:8px 9px}
#nhfc12 .nh12-wide{grid-column:1/-1}
#nhfc12 .nh12-hidden{display:none!important}

#nhfc12 .nh12-questions{display:grid;gap:7px}
#nhfc12 .nh12-question{padding:8px 9px;border:1px solid #E7E7E7;border-radius:9px;background:#FAFAFA}
#nhfc12 .nh12-qtitle{margin-bottom:6px;color:#333;font-size:10.5px;font-weight:600}
#nhfc12 .nh12-options{display:flex;flex-wrap:wrap;gap:5px}
#nhfc12 .nh12-fieldtext{width:100%;min-height:58px;padding:7px 8px;border:1px solid #DDD!important;border-radius:8px!important;background:#fff!important;color:#333!important;font-size:10.5px!important;line-height:1.4!important;font-weight:400!important;resize:vertical;outline:0}
#nhfc12 .nh12-opt{min-height:29px;padding:5px 9px;border:1px solid #DDD!important;border-radius:999px!important;background:#fff!important;color:#444!important;font-size:10px!important;font-weight:500!important;cursor:pointer}
#nhfc12 .nh12-opt.nh12-selected{border-color:var(--o)!important;background:var(--o)!important;color:#fff!important}

#nhfc12 .nh12-actions{margin-top:10px;padding-top:9px;border-top:1px solid #EFEFEF;display:flex;align-items:center;justify-content:space-between;gap:9px}
#nhfc12 .nh12-btn{min-height:36px;padding:7px 14px;border-radius:8px!important;font-size:11px!important;font-weight:700!important;line-height:1.2!important;text-decoration:none!important;cursor:pointer}
#nhfc12 .nh12-primary{border:1px solid var(--o)!important;background:var(--o)!important;color:#fff!important}
#nhfc12 .nh12-light{border:1px solid #DDD!important;background:#fff!important;color:#555!important}
#nhfc12 .nh12-btn:disabled{opacity:.45;cursor:not-allowed}

/* result */
#nhfc12 .nh12-result{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(275px,.75fr);gap:10px}
#nhfc12 .nh12-result-main,#nhfc12 .nh12-result-side{border:1px solid #E6E6E6;border-radius:11px;background:#fff;overflow:hidden}
#nhfc12 .nh12-result-head{padding:12px 13px;background:#000;color:#fff}
#nhfc12 .nh12-result-head span{display:inline-block;color:#FFB16C;font-size:8.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
#nhfc12 .nh12-result-head h3{margin:4px 0 3px!important;color:#fff!important;font-size:19px!important;line-height:1.15!important;font-weight:700!important}
#nhfc12 .nh12-result-head p{margin:0!important;color:#CFCFCF!important;font-size:10px!important;line-height:1.3!important;font-weight:400!important}
#nhfc12 .nh12-result-body{padding:10px 12px}
#nhfc12 .nh12-metrics{display:grid;grid-template-columns:1fr 1fr;gap:6px}
#nhfc12 .nh12-metric{padding:7px 8px;border-radius:8px;background:#F7F7F7}
#nhfc12 .nh12-metric span{display:block;color:#777;font-size:8.5px;font-weight:500}
#nhfc12 .nh12-metric strong{display:block;margin-top:2px;color:#222;font-size:10.5px;line-height:1.28;font-weight:600}
#nhfc12 .nh12-cause{margin-top:7px;padding:8px 9px;border-left:3px solid var(--o);background:#FFF8F2;color:#555;font-size:10px;line-height:1.4;font-weight:400}
#nhfc12 .nh12-cause strong{display:block;margin-bottom:2px;color:#222;font-size:10px;font-weight:700}
#nhfc12 .nh12-safety{margin-top:6px;padding:7px 8px;border-radius:7px;background:#FFF1F0;color:#8E2C25;font-size:9.5px;line-height:1.35;font-weight:600}
#nhfc12 .nh12-result-side{padding:12px;background:#FFF8F1;border-color:#F5D7BE}
#nhfc12 .nh12-result-side h4{margin:0 0 4px!important;color:#111!important;font-size:15px!important;line-height:1.2!important;font-weight:700!important}
#nhfc12 .nh12-result-side p{margin:0 0 8px!important;color:#666!important;font-size:10px!important;line-height:1.4!important;font-weight:400!important}
#nhfc12 .nh12-result-cta{width:100%;min-height:38px;margin-top:6px;display:flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:8px!important;text-decoration:none!important;font-size:10.8px!important;font-weight:700!important;cursor:pointer}
#nhfc12 .nh12-quote{border:1px solid var(--o)!important;background:var(--o)!important;color:#fff!important}
#nhfc12 .nh12-wa{border:1px solid #000!important;background:#000!important;color:#fff!important}
#nhfc12 .nh12-no-gate{margin-top:8px;color:#777;font-size:8.8px;line-height:1.35}

/* optional lead form */
#nhfc12 .nh12-consent{display:flex;gap:7px;align-items:flex-start;margin-top:8px;color:#666;font-size:9.5px;line-height:1.35;font-weight:400}
#nhfc12 .nh12-consent input{margin-top:1px;accent-color:var(--o)}
#nhfc12 .nh12-error{display:none;margin-top:6px;padding:6px 8px;border-radius:7px;background:#FFF1F0;color:#9A2D25;font-size:9.5px;font-weight:600}
#nhfc12 .nh12-error.nh12-show{display:block}
#nhfc12 .nh12-submit{width:100%;margin-top:8px;min-height:39px;border:0;border-radius:8px;background:var(--o);color:#fff;font-size:11px;font-weight:700;cursor:pointer}
#nhfc12 .nh12-submit:disabled{opacity:.65;cursor:wait}
#nhfc12 .nh12-success{padding:14px;border:1px solid #D9E8DF;border-radius:10px;background:#F3FAF6;color:#476352;font-size:11px;line-height:1.45}
#nhfc12 .nh12-success b{display:block;color:#285D43;font-size:14px;margin-bottom:4px}
#nhfc12 .nh12-disclaimer{margin-top:8px;color:#777;font-size:8.8px;line-height:1.35}

@media(max-width:760px){
 #nhfc12 .nh12-launch{padding:10px}
 #nhfc12 .nh12-launch-card{grid-template-columns:1fr}
 #nhfc12 .nh12-visual{display:none}
 #nhfc12 .nh12-launch-copy{padding:22px 18px}
 #nhfc12 .nh12-launch-logo{width:132px}
 #nhfc12 .nh12-launch-copy h2{font-size:25px!important}
 #nhfc12 .nh12-overlay{align-items:flex-start;padding:7px}
 #nhfc12 .nh12-dialog{width:100%;border-radius:13px}
 #nhfc12 .nh12-top{min-height:54px;padding:7px 48px 7px 11px}
 #nhfc12 .nh12-top-logo{width:108px}
 #nhfc12 .nh12-time{display:none}
 #nhfc12 .nh12-progress{padding:7px 11px}
 #nhfc12 .nh12-stage{padding:11px}
 #nhfc12 .nh12-stephead h3{font-size:20px!important}
 #nhfc12 .nh12-stephead p{font-size:11.5px!important}
 #nhfc12 .nh12-grid.nh12-three{grid-template-columns:1fr 1fr}
 #nhfc12 .nh12-grid.nh12-issues{grid-template-columns:1fr 1fr}
 #nhfc12 .nh12-formgrid{grid-template-columns:1fr}
 #nhfc12 .nh12-wide{grid-column:auto}
 #nhfc12 .nh12-result{grid-template-columns:1fr}
}
@media(max-height:560px) and (min-width:761px){
 #nhfc12 .nh12-top{min-height:50px;padding-top:5px;padding-bottom:5px}
 #nhfc12 .nh12-progress{padding-top:6px;padding-bottom:6px}
 #nhfc12 .nh12-stage{padding-top:9px;padding-bottom:9px}
 #nhfc12 .nh12-stephead{margin-bottom:7px!important}
 #nhfc12 .nh12-stephead p{display:none!important}
 #nhfc12 .nh12-choice{min-height:58px}
}

/* repair photo helper */
#nhfc12 .nh12-photo-panel{margin-top:8px;padding:9px;border:1px solid #F0D5BE;border-radius:10px;background:#FFF9F3}
#nhfc12 .nh12-photo-copy{display:flex;align-items:center;justify-content:space-between;gap:10px}
#nhfc12 .nh12-photo-copy>div{min-width:0}
#nhfc12 .nh12-photo-copy strong{display:block;color:#222;font-size:11px;font-weight:700;line-height:1.25}
#nhfc12 .nh12-photo-copy span{display:block;margin-top:2px;color:#686868;font-size:9.5px;font-weight:400;line-height:1.35}
#nhfc12 .nh12-photo-add{flex:0 0 auto;min-height:32px;padding:7px 10px;border:1px solid var(--o);border-radius:8px;background:#fff;color:var(--o);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:10px;font-weight:700}
#nhfc12 .nh12-photo-add:hover{background:var(--o);color:#fff}
#nhfc12 .nh12-photo-add input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
#nhfc12 .nh12-photo-help{margin-top:6px;color:#777;font-size:8.8px;line-height:1.4;font-weight:400}
#nhfc12 .nh12-photo-error{display:none;margin-top:6px;padding:6px 8px;border-radius:7px;background:#FFF1F0;color:#9A2D25;font-size:9px;font-weight:600}
#nhfc12 .nh12-photo-error.nh12-show{display:block}
#nhfc12 .nh12-photo-previews{margin-top:7px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
#nhfc12 .nh12-photo-preview{position:relative;min-width:0;padding:6px;display:grid;grid-template-columns:38px minmax(0,1fr) 22px;align-items:center;gap:6px;border:1px solid #E9E0D8;border-radius:8px;background:#fff}
#nhfc12 .nh12-photo-thumb{width:38px;height:34px;border-radius:6px;display:grid;place-items:center;background:linear-gradient(145deg,#222,#444);color:#fff;overflow:hidden}
#nhfc12 .nh12-photo-thumb span{font-size:7px;line-height:1.1;text-align:center;font-weight:700}
#nhfc12 .nh12-photo-meta{min-width:0}
#nhfc12 .nh12-photo-meta strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:8.7px;font-weight:600}
#nhfc12 .nh12-photo-meta small{display:block;margin-top:2px;color:#888;font-size:7.8px;font-weight:400}
#nhfc12 .nh12-photo-remove{width:22px;height:22px;padding:0!important;border:1px solid #E3E3E3!important;border-radius:50%!important;background:#fff!important;color:#555!important;display:grid!important;place-items:center!important;cursor:pointer!important;font-size:13px!important;line-height:1!important}
#nhfc12 .nh12-photo-remove:hover{border-color:#C94A42!important;background:#FFF3F2!important;color:#A42D27!important}
#nhfc12 .nh12-photo-result-note{display:inline-flex;margin-top:6px;padding:4px 7px;border-radius:999px;background:#FFF4EA;color:#A85711;font-size:8.8px;font-weight:700;line-height:1.2}
#nhfc12 .nh12-help-photo-note{margin-top:7px;padding:7px 8px;border:1px solid #F0D5BE;border-radius:8px;background:#FFF9F3;color:#666;font-size:9.5px;line-height:1.4;font-weight:400}
#nhfc12 .nh12-help-photo-note strong{color:#333;font-weight:700}
@media(max-width:760px){
 #nhfc12 .nh12-photo-copy{align-items:flex-start;flex-direction:column}
 #nhfc12 .nh12-photo-add{width:100%}
 #nhfc12 .nh12-photo-previews{grid-template-columns:1fr}
}
