#gcrp-relocation-wizard,
#gcrp-relocation-wizard *{box-sizing:border-box}
#gcrp-relocation-wizard,
#gcrp-relocation-wizard *,
#gcrp-relocation-wizard *::before,
#gcrp-relocation-wizard *::after{font-family:Arial,sans-serif!important}
#gcrp-relocation-wizard input::placeholder,
#gcrp-relocation-wizard textarea::placeholder{font-family:Arial,sans-serif!important}
#gcrp-relocation-wizard option{font-family:Arial,sans-serif!important}
#gcrp-relocation-wizard{--gcrp-green:#157347;--gcrp-green-dark:#0f5b38;--gcrp-green-light:#f0faf4;--gcrp-red:#B72222;--gcrp-border:#d9e0dc;--gcrp-text:#202621;--gcrp-muted:#657068;font-family:Arial,sans-serif;width:100%;max-width:980px;margin:28px auto;background:#fff;border:1px solid var(--gcrp-border);border-radius:10px;color:var(--gcrp-text);overflow:visible;box-shadow:0 8px 28px rgba(0,0,0,.06);position:relative;z-index:1}
#gcrp-relocation-wizard .gcrp-intro{padding:28px 30px 22px;background:linear-gradient(135deg,#f0faf4 0%,#fff 70%);border-bottom:1px solid var(--gcrp-border);border-radius:10px 10px 0 0}
#gcrp-relocation-wizard .gcrp-eyebrow{display:inline-block;color:var(--gcrp-green);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
#gcrp-relocation-wizard .gcrp-intro h2{margin:0 0 8px;color:var(--gcrp-green);font-size:28px;line-height:1.2}
#gcrp-relocation-wizard .gcrp-intro p{margin:0;color:var(--gcrp-muted);line-height:1.55}
#gcrp-relocation-wizard .gcrp-stepper{display:flex;align-items:stretch;width:100%;padding:18px 20px;background:#fff;border-bottom:1px solid var(--gcrp-border);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
#gcrp-relocation-wizard .gcrp-step{flex:1 0 128px;min-width:128px;background:#43a950}
#gcrp-relocation-wizard .gcrp-step-trigger{display:flex;align-items:center;gap:9px;width:100%;min-height:54px;padding:5px;border:0;background:transparent;text-align:left;color:#fff!important;cursor:pointer;font-family:Arial,sans-serif}
#gcrp-relocation-wizard .gcrp-step-trigger:disabled{cursor:default;opacity:.72}
#gcrp-relocation-wizard .gcrp-step-circle{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:50%;border:2px solid #bcc7c0;background:#fff;color:#657068;font-weight:700}
#gcrp-relocation-wizard .gcrp-step-label{display:flex;flex-direction:column;min-width:0}
#gcrp-relocation-wizard .gcrp-step-title{font-size:13px;font-weight:700;line-height:1.2;color:#fff!important}
#gcrp-relocation-wizard .gcrp-step-subtitle{font-size:11px;line-height:1.25;margin-top:3px;color:#fff!important;white-space:normal}
#gcrp-relocation-wizard .gcrp-step-line{display:flex;align-items:center;justify-content:center;flex:0 0 20px;color:#9ca7a0;font-size:24px}
#gcrp-relocation-wizard .gcrp-step.active{background:var(--gcrp-green)}
#gcrp-relocation-wizard .gcrp-step.active .gcrp-step-circle{background:var(--gcrp-red);border-color:var(--gcrp-red);color:#fff!important;box-shadow:0 0 0 4px rgba(183,34,34,.16)}
#gcrp-relocation-wizard .gcrp-step.active .gcrp-step-title,#gcrp-relocation-wizard .gcrp-step.active .gcrp-step-subtitle{color:#fff!important}
#gcrp-relocation-wizard .gcrp-step.completed .gcrp-step-circle{background:var(--gcrp-green-light);border-color:var(--gcrp-green);color:var(--gcrp-green)}
#gcrp-relocation-wizard .gcrp-stepper-content{padding:28px 30px 30px;overflow:visible}
#gcrp-relocation-wizard .gcrp-panel{display:none;overflow:visible}
#gcrp-relocation-wizard .gcrp-panel.active{display:block;animation:gcrpFade .18s ease-out}
@keyframes gcrpFade{from{opacity:.35;transform:translateY(3px)}to{opacity:1;transform:none}}
#gcrp-relocation-wizard .gcrp-content-header{margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid #edf0ee}
#gcrp-relocation-wizard .gcrp-content-header h3{margin:0 0 6px;color:var(--gcrp-green);font-size:21px;line-height:1.25;outline:none}
#gcrp-relocation-wizard .gcrp-content-header p{margin:0;color:var(--gcrp-muted);line-height:1.5}
#gcrp-relocation-wizard .gcrp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 22px;overflow:visible}
#gcrp-relocation-wizard .gcrp-field{min-width:0;overflow:visible;position:relative}
#gcrp-relocation-wizard .gcrp-full{grid-column:1/-1}
#gcrp-relocation-wizard label,#gcrp-relocation-wizard legend{display:block;margin:0 0 7px;font-size:14px;font-weight:700;color:#2b332d}
#gcrp-relocation-wizard label span[aria-hidden="true"],#gcrp-relocation-wizard legend span[aria-hidden="true"]{color:var(--gcrp-red)}
#gcrp-relocation-wizard input[type="text"],#gcrp-relocation-wizard input[type="email"],#gcrp-relocation-wizard select,#gcrp-relocation-wizard textarea{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;margin:0!important;padding:12px 13px!important;border:1px solid #aeb9b2!important;border-radius:5px!important;background-color:#fff!important;color:#202621!important;font:16px/1.35 Arial,sans-serif!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;position:relative!important;z-index:2!important}
#gcrp-relocation-wizard select{-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:auto!important;cursor:pointer!important;padding-right:34px!important}

/* Hide decorative select clones generated by themes/plugins (Nice Select, Select2, Chosen, Bootstrap Select).
   The native select remains visible so each dropdown appears only once and submits normally. */
#gcrp-relocation-wizard .gcrp-field .nice-select,
#gcrp-relocation-wizard .gcrp-field .select2-container,
#gcrp-relocation-wizard .gcrp-field .chosen-container,
#gcrp-relocation-wizard .gcrp-field .bootstrap-select,
#gcrp-relocation-wizard .gcrp-field .dropdown.bootstrap-select{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}
#gcrp-relocation-wizard textarea{resize:vertical!important;min-height:92px!important}
#gcrp-relocation-wizard input:focus,#gcrp-relocation-wizard select:focus,#gcrp-relocation-wizard textarea:focus{outline:3px solid rgba(21,115,71,.15)!important;border-color:var(--gcrp-green)!important}
#gcrp-relocation-wizard .gcrp-invalid{border-color:var(--gcrp-red)!important;background:#fffafa!important}
#gcrp-relocation-wizard small{display:block;margin-top:6px;color:var(--gcrp-muted);font-size:12px;line-height:1.4}
#gcrp-relocation-wizard .gcrp-fieldset{margin:0 0 24px;padding:18px;border:1px solid var(--gcrp-border);border-radius:7px;background:#fbfcfb}
#gcrp-relocation-wizard .gcrp-fieldset legend{padding:0 7px}
#gcrp-relocation-wizard .gcrp-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 16px}
#gcrp-relocation-wizard .gcrp-check{display:flex;align-items:flex-start;gap:9px;margin:0;padding:9px 10px;border:1px solid #e0e5e2;border-radius:5px;background:#fff;font-weight:400;cursor:pointer;line-height:1.35}
#gcrp-relocation-wizard .gcrp-check:hover{border-color:#9bc3aa;background:var(--gcrp-green-light)}
#gcrp-relocation-wizard .gcrp-check input{flex:0 0 auto;width:17px!important;height:17px!important;margin:1px 0 0!important;accent-color:var(--gcrp-green)}
#gcrp-relocation-wizard .gcrp-field-error{margin:10px 0 0;color:var(--gcrp-red);font-weight:700;font-size:13px}
#gcrp-relocation-wizard .gcrp-products{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:6px 0 20px}
#gcrp-relocation-wizard .gcrp-product{position:relative;display:flex;align-items:flex-start;gap:12px;margin:0;padding:19px;border:2px solid #d9e0dc;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}
#gcrp-relocation-wizard .gcrp-product:hover,#gcrp-relocation-wizard .gcrp-product.selected{border-color:var(--gcrp-green);background:var(--gcrp-green-light);box-shadow:0 5px 15px rgba(21,115,71,.08)}
#gcrp-relocation-wizard .gcrp-product input{flex:0 0 auto;width:18px!important;height:18px!important;margin:2px 0 0!important;accent-color:var(--gcrp-green)}
#gcrp-relocation-wizard .gcrp-product-copy{display:flex;flex-direction:column;gap:7px;font-weight:400}
#gcrp-relocation-wizard .gcrp-product-copy strong{color:#1f2b23;line-height:1.35}
#gcrp-relocation-wizard .gcrp-product-copy span{color:var(--gcrp-muted);line-height:1.45}
#gcrp-relocation-wizard .gcrp-badge{position:absolute;top:-11px;right:12px;padding:4px 9px;border-radius:999px;background:var(--gcrp-green);color:#fff;font-size:11px;font-weight:700}
#gcrp-relocation-wizard .gcrp-review-note{border-left:5px solid var(--gcrp-green);background:var(--gcrp-green-light);padding:13px 15px;margin:18px 0;line-height:1.5}
#gcrp-relocation-wizard .gcrp-disclaimer{border-left:5px solid var(--gcrp-red);background:#fff5f5;padding:13px 15px;margin:18px 0 0;line-height:1.5;color:#4b2b2b}
#gcrp-relocation-wizard .gcrp-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:28px;padding-top:20px;border-top:1px solid #edf0ee}
#gcrp-relocation-wizard .gcrp-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 17px!important;border:1px solid transparent!important;border-radius:5px!important;font:700 14px/1 Arial,sans-serif!important;text-decoration:none!important;cursor:pointer!important;box-shadow:none!important}
#gcrp-relocation-wizard .gcrp-btn-primary,#gcrp-relocation-wizard .gcrp-btn-success{margin-left:auto;background:var(--gcrp-green)!important;color:#fff!important;border-color:var(--gcrp-green)!important}
#gcrp-relocation-wizard .gcrp-btn-primary:hover,#gcrp-relocation-wizard .gcrp-btn-success:hover{background:var(--gcrp-green-dark)!important;border-color:var(--gcrp-green-dark)!important}
#gcrp-relocation-wizard .gcrp-btn-secondary{background:#fff!important;color:#344139!important;border-color:#b9c3bd!important}
#gcrp-relocation-wizard .gcrp-btn:disabled{opacity:.5!important;cursor:not-allowed!important}
#gcrp-relocation-wizard .gcrp-mobile-count{display:none;color:var(--gcrp-muted);font-size:12px}
#gcrp-relocation-wizard .gcrp-message{margin-top:15px;min-height:20px;font-weight:700;color:#344139}
#gcrp-relocation-wizard .gcrp-message.error{color:var(--gcrp-red)}
#gcrp-relocation-wizard .gcrp-message.success{color:var(--gcrp-green)}
.gcrp-box{font-family:Arial,sans-serif;max-width:780px;margin:24px auto;border-left:6px solid #157347;padding:20px;background:#f0faf4;color:#202621}
.gcrp-box h2{margin-top:0;color:#157347}
@media(max-width:760px){
  #gcrp-relocation-wizard{margin:16px auto;border-radius:7px}
  #gcrp-relocation-wizard .gcrp-intro{padding:22px 18px 18px}
  #gcrp-relocation-wizard .gcrp-intro h2{font-size:23px}
  #gcrp-relocation-wizard .gcrp-stepper{padding:12px 10px}
  #gcrp-relocation-wizard .gcrp-step{flex-basis:112px;min-width:112px}
  #gcrp-relocation-wizard .gcrp-step-label{display:none}
  #gcrp-relocation-wizard .gcrp-step{flex:0 0 44px;min-width:44px}
  #gcrp-relocation-wizard .gcrp-step-trigger{justify-content:center;min-height:42px;padding:2px}
  #gcrp-relocation-wizard .gcrp-step-line{flex-basis:18px}
  #gcrp-relocation-wizard .gcrp-stepper-content{padding:22px 18px 24px}
  #gcrp-relocation-wizard .gcrp-grid,#gcrp-relocation-wizard .gcrp-check-grid,#gcrp-relocation-wizard .gcrp-products{grid-template-columns:1fr}
  #gcrp-relocation-wizard .gcrp-nav{flex-wrap:wrap}
  #gcrp-relocation-wizard .gcrp-mobile-count{display:block;order:2;text-align:center;flex:1}
  #gcrp-relocation-wizard .gcrp-prev{order:1}
  #gcrp-relocation-wizard .gcrp-next,#gcrp-relocation-wizard .gcrp-submit{order:3;margin-left:0}
}
@media(max-width:420px){
  #gcrp-relocation-wizard .gcrp-stepper-content{padding-left:14px;padding-right:14px}
  #gcrp-relocation-wizard .gcrp-btn{padding:10px 12px!important;font-size:13px!important}
}

#gcrp-relocation-wizard [hidden]{display:none!important}
#gcrp-relocation-wizard .gcrp-next[hidden],#gcrp-relocation-wizard .gcrp-submit[hidden]{display:none!important}
