.gu-pf{--gu-dark:#004653;--gu-teal:#008f8a;--gu-teal-dark:#00756f;--gu-red:#cf3f46;--gu-ink:#173f47;--gu-muted:#7d9094;--gu-border:#dfe8e7;--gu-card:#fff;width:min(100%,780px);margin:0 auto;color:var(--gu-ink);font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.gu-pf *,.gu-pf *:before,.gu-pf *:after{box-sizing:border-box}.gu-pf__steps{display:grid;grid-template-columns:auto minmax(35px,1fr) auto minmax(35px,1fr) auto minmax(35px,1fr) auto;align-items:start;gap:10px;margin:0 0 30px}.gu-pf__step{display:grid;justify-items:center;gap:8px;min-width:82px;padding:0;border:0;background:transparent;color:#a0adb0;font:inherit;font-size:11px;font-weight:700;line-height:1.25;text-align:center;cursor:default}.gu-pf__step:not(:disabled){cursor:pointer}.gu-pf__step-dot{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#f0f3f4;color:#9aa8ac;font-size:14px;font-weight:900}.gu-pf__step-dot svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.gu-pf__step.is-active,.gu-pf__step.is-complete{color:var(--gu-teal)}.gu-pf__step.is-active .gu-pf__step-dot,.gu-pf__step.is-complete .gu-pf__step-dot{background:var(--gu-teal);color:#fff}.gu-pf__step-line{height:2px;margin-top:18px;background:#dfe6e7}.gu-pf__step.is-complete+.gu-pf__step-line{background:var(--gu-teal)}.gu-pf__panel{animation:guPfPanelIn .24s ease both}@keyframes guPfPanelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.gu-pf__card{margin:0 0 22px;padding:26px;border:1px solid var(--gu-border);border-radius:18px;background:var(--gu-card);box-shadow:0 7px 20px rgba(0,54,64,.045)}.gu-pf__heading,.gu-pf__subheading{display:flex;align-items:center;gap:9px;margin:0 0 18px;color:var(--gu-dark);font-size:20px;font-weight:900;line-height:1.25}.gu-pf__subheading{font-size:14px}.gu-pf__heading svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:var(--gu-teal);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.gu-pf__intro{margin:-8px 0 17px;color:#8c9b9f;font-size:13px;line-height:1.55}.gu-pf em{color:var(--gu-red);font-style:normal}.gu-pf__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.gu-pf__grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.gu-pf__field{min-width:0}.gu-pf__field label{display:block;margin:0 0 7px;color:var(--gu-dark);font-size:13px;font-weight:800;line-height:1.35}.gu-pf__field small{display:block;margin-top:6px;color:#92a0a3;font-size:11px;line-height:1.4}.gu-pf input[type=text],.gu-pf input[type=email],.gu-pf input[type=tel],.gu-pf select,.gu-pf textarea{display:block;width:100%;min-height:48px;margin:0;padding:11px 14px;border:1px solid #d5e0e1;border-radius:10px;outline:none;background:#fff;color:var(--gu-ink);font:inherit;font-size:14px;line-height:1.45;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.gu-pf input[readonly]{background:#f8faf9;color:#526b70}.gu-pf select{padding-right:38px;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#74888b 50%),linear-gradient(135deg,#74888b 50%,transparent 50%);background-position:calc(100% - 18px) 20px,calc(100% - 13px) 20px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.gu-pf textarea{min-height:118px;resize:vertical}.gu-pf input:focus,.gu-pf select:focus,.gu-pf textarea:focus,.gu-pf__combobox.is-open input{border-color:var(--gu-teal);box-shadow:0 0 0 3px rgba(0,143,138,.1)}.gu-pf input::placeholder,.gu-pf textarea::placeholder{color:#a6b2b5}.gu-pf__combobox{position:relative}.gu-pf__combobox input{padding-right:42px}.gu-pf__combo-toggle{position:absolute;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;width:42px;height:48px;padding:0;border:0;background:transparent;color:#73878b;cursor:pointer}.gu-pf__combo-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.gu-pf__combo-list{position:absolute;z-index:100;top:calc(100% + 6px);left:0;width:100%;max-height:255px;margin:0;padding:6px;overflow-y:auto;border:1px solid #d5e0e1;border-radius:11px;background:#fff;box-shadow:0 16px 36px rgba(0,54,64,.15);list-style:none}.gu-pf__combo-list li{margin:0;padding:9px 11px;border-radius:7px;color:var(--gu-ink);font-size:13px;cursor:pointer}.gu-pf__combo-list li:hover,.gu-pf__combo-list li.is-active{background:#eaf7f4;color:var(--gu-teal-dark)}.gu-pf__combo-list li.is-empty{color:#899a9d;cursor:default}.gu-pf__dropzone{display:flex;min-height:160px;padding:24px;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1.5px dashed #cad8da;border-radius:12px;background:#fbfcfc;color:#8b9ca0;text-align:center;cursor:pointer;transition:border-color .18s ease,background .18s ease}.gu-pf__dropzone:hover,.gu-pf__dropzone.is-dragging,.gu-pf__dropzone.has-file{border-color:var(--gu-teal);background:#f2faf8}.gu-pf__dropzone>svg{width:31px;height:31px;fill:none;stroke:#b7c4c7;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.gu-pf__dropzone strong{color:var(--gu-teal)}.gu-pf__dropzone small{font-size:11px}.gu-pf__dropzone input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.gu-pf__file-name{margin-top:4px;color:var(--gu-dark);font-size:12px;font-weight:800}.gu-pf__checks{display:grid;grid-template-columns:1fr;gap:9px}.gu-pf__checks--two{grid-template-columns:repeat(2,minmax(0,1fr))}.gu-pf__check{position:relative;display:flex;min-height:46px;align-items:center;gap:10px;padding:10px 12px;border:1px solid #dbe4e5;border-radius:9px;background:#fff;color:#536c71;font-size:13px;line-height:1.4;cursor:pointer}.gu-pf__check:hover{border-color:#b8cece;background:#fbfdfc}.gu-pf__check input,.gu-pf__terms input{width:17px;height:17px;flex:0 0 17px;margin:0;accent-color:var(--gu-teal)}.gu-pf__check:has(input:checked){border-color:rgba(0,143,138,.55);background:#f1faf7;color:var(--gu-dark)}.gu-pf__counter{margin-top:7px;color:#91a0a3;font-size:11px;text-align:right}.gu-pf__review{border-top:1px solid #eef2f2}.gu-pf__review-row{display:grid;grid-template-columns:180px minmax(0,1fr);gap:16px;padding:13px 0;border-bottom:1px solid #eef2f2}.gu-pf__review-row strong{color:#9aa6aa;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.gu-pf__review-row span{color:#536b70;font-size:13px;line-height:1.55;overflow-wrap:anywhere}.gu-pf__statement{padding:15px 17px;border:1px solid #edf1f1;border-radius:10px;background:#f8faf9;color:#677b80;font-size:13px;font-style:italic;line-height:1.65;white-space:pre-wrap}.gu-pf__terms{display:flex;gap:12px;align-items:flex-start;color:#647b80;font-size:12px;line-height:1.55;cursor:pointer}.gu-pf__terms input{margin-top:2px}.gu-pf__terms a{color:var(--gu-teal-dark);font-weight:800;text-decoration:underline}.gu-pf__actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:26px;padding-top:22px;border-top:1px solid #e5ebeb}.gu-pf__actions--end{justify-content:flex-end}.gu-pf__button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:11px 22px;border-radius:9px;font:inherit;font-size:13px;font-weight:900;line-height:1;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.gu-pf__button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.gu-pf__button--secondary{border:1px solid #d8e1e1;background:#fff;color:#657a7f}.gu-pf__button--primary,.gu-pf__button--submit{border:1px solid var(--gu-teal);background:var(--gu-teal);color:#fff}.gu-pf__button--submit{min-width:190px;background:#006c58;border-color:#006c58}.gu-pf__button:hover:not(:disabled){transform:translateY(-1px)}.gu-pf__button--primary:hover:not(:disabled),.gu-pf__button--submit:hover:not(:disabled){background:var(--gu-teal-dark);border-color:var(--gu-teal-dark)}.gu-pf__button:disabled{opacity:.65;cursor:not-allowed}.gu-pf__notice{display:none;margin:0 0 18px;padding:13px 15px;border-radius:9px;font-size:13px;font-weight:700;line-height:1.5}.gu-pf__notice.is-error{display:block;border:1px solid #efc6c8;background:#fff5f5;color:#a83238}.gu-pf__error{margin-top:6px;color:#b9343b;font-size:11px;font-weight:700}.gu-pf .has-error input,.gu-pf .has-error select,.gu-pf .has-error textarea,.gu-pf .has-error.gu-pf__checks{border-color:#d85c62}.gu-pf__spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:guPfSpin .7s linear infinite}.gu-pf__button.is-loading [data-submit-label]{display:none}.gu-pf__button.is-loading .gu-pf__spinner{display:block}@keyframes guPfSpin{to{transform:rotate(360deg)}}.gu-pf__success{padding:60px 28px;border:1px solid var(--gu-border);border-radius:18px;background:#fff;text-align:center;box-shadow:0 7px 20px rgba(0,54,64,.045)}.gu-pf__success-icon{display:inline-flex;width:62px;height:62px;align-items:center;justify-content:center;margin-bottom:18px;border-radius:50%;background:#e9f8f2;color:#078366}.gu-pf__success-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.gu-pf__success h2{margin:0 0 10px;color:var(--gu-dark);font-size:27px;font-weight:900}.gu-pf__success p{max-width:570px;margin:0 auto;color:#6c8185;font-size:14px;line-height:1.7}.gu-pf__hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:767px){.gu-pf__steps{gap:4px;margin-bottom:22px}.gu-pf__step{min-width:58px;font-size:9px}.gu-pf__step-dot{width:32px;height:32px;font-size:12px}.gu-pf__step-line{margin-top:15px}.gu-pf__card{padding:20px 16px;border-radius:14px}.gu-pf__heading{font-size:17px}.gu-pf__grid,.gu-pf__grid--three,.gu-pf__checks--two{grid-template-columns:1fr}.gu-pf__review-row{grid-template-columns:1fr;gap:5px}.gu-pf__actions{align-items:stretch}.gu-pf__button{min-width:0;padding-right:16px;padding-left:16px}}
@media(max-width:480px){.gu-pf__step span:last-child{display:none}.gu-pf__step{min-width:32px}.gu-pf__actions{flex-direction:column-reverse}.gu-pf__actions--end{flex-direction:column}.gu-pf__button{width:100%}}


/* =========================================================
   V1.1 — Green Upshot colour lock + theme hover hardening
   Prevents Elementor/theme button hover styles from turning
   navigation and action buttons pink.
   ========================================================= */
.gu-pf {
  --gu-teal: #056983 !important;
  --gu-teal-dark: #056983 !important;
}

/* Progress steps must never inherit global button backgrounds. */
.gu-pf button.gu-pf__step,
.gu-pf button.gu-pf__step:hover,
.gu-pf button.gu-pf__step:focus,
.gu-pf button.gu-pf__step:active {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}

.gu-pf button.gu-pf__step:not(.is-active):not(.is-complete),
.gu-pf button.gu-pf__step:not(.is-active):not(.is-complete):hover,
.gu-pf button.gu-pf__step:not(.is-active):not(.is-complete):focus,
.gu-pf button.gu-pf__step:not(.is-active):not(.is-complete):active {
  color: #a0adb0 !important;
}

.gu-pf button.gu-pf__step.is-active,
.gu-pf button.gu-pf__step.is-active:hover,
.gu-pf button.gu-pf__step.is-active:focus,
.gu-pf button.gu-pf__step.is-active:active,
.gu-pf button.gu-pf__step.is-complete,
.gu-pf button.gu-pf__step.is-complete:hover,
.gu-pf button.gu-pf__step.is-complete:focus,
.gu-pf button.gu-pf__step.is-complete:active {
  color: #056983 !important;
}

.gu-pf button.gu-pf__step.is-active .gu-pf__step-dot,
.gu-pf button.gu-pf__step.is-complete .gu-pf__step-dot {
  border-color: #056983 !important;
  background: #056983 !important;
  color: #ffffff !important;
}

.gu-pf .gu-pf__step.is-complete + .gu-pf__step-line {
  background: #056983 !important;
}

/* Main Continue / Submit buttons: fixed Green Upshot blue in every state. */
.gu-pf button.gu-pf__button--primary,
.gu-pf button.gu-pf__button--primary:hover,
.gu-pf button.gu-pf__button--primary:focus,
.gu-pf button.gu-pf__button--primary:active,
.gu-pf button.gu-pf__button--submit,
.gu-pf button.gu-pf__button--submit:hover,
.gu-pf button.gu-pf__button--submit:focus,
.gu-pf button.gu-pf__button--submit:active {
  border-color: #056983 !important;
  background: #056983 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}

/* Back button: no pink theme hover and no movement. */
.gu-pf button.gu-pf__button--secondary,
.gu-pf button.gu-pf__button--secondary:hover,
.gu-pf button.gu-pf__button--secondary:focus,
.gu-pf button.gu-pf__button--secondary:active {
  border-color: #c9dbe0 !important;
  background: #ffffff !important;
  color: #056983 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}

.gu-pf button.gu-pf__button:focus-visible,
.gu-pf button.gu-pf__step:focus-visible {
  outline: 2px solid rgba(5, 105, 131, .32) !important;
  outline-offset: 3px !important;
}
