.l4u-form-app {
  --l4u-orange: #ff5a00;
  --l4u-orange-dark: #e64f00;
  --l4u-ink: #3b3c3f;
  --l4u-muted: #707176;
  --l4u-line: #dedfe2;
  --l4u-soft: #f4f4f2;
  --l4u-mint: #fff1e8;
  --l4u-teal: #bd4300;
  --l4u-content-width: 1224px;
  --l4u-page-scrollbar: 0px;
  background: #f2f2f0;
  color: var(--l4u-ink);
  font-family: "Montserrat", "Avenir Next", "Segoe UI", Arial, sans-serif;
  isolation: isolate;
  margin-bottom: -132px;
  margin-left: calc(50% - 50vw + var(--l4u-page-scrollbar) / 2);
  margin-right: calc(50% - 50vw + var(--l4u-page-scrollbar) / 2);
  margin-top: -87px;
  max-width: none;
  overflow-x: clip;
  position: relative;
  width: calc(100vw - var(--l4u-page-scrollbar));
}

.l4u-form-app *,
.l4u-form-app *::before,
.l4u-form-app *::after {
  box-sizing: border-box;
}

.l4u-form-app button,
.l4u-form-app input,
.l4u-form-app select,
.l4u-form-app textarea {
  font: inherit;
}

/*
 * WordPress themes frequently apply global heading and content rules after
 * plugin styles. The stronger, app-scoped rules below keep the shortcode
 * visually identical to the standalone customer preview.
 */
#l4u-form-app,
#l4u-form-app button,
#l4u-form-app input,
#l4u-form-app select,
#l4u-form-app textarea,
#l4u-form-app h2,
#l4u-form-app h3,
#l4u-form-app h4,
#l4u-form-app h5,
#l4u-form-app p,
#l4u-form-app a,
#l4u-form-app span,
#l4u-form-app strong,
#l4u-form-app small,
#l4u-form-app b,
#l4u-form-app label,
#l4u-form-app legend,
#l4u-form-app dt,
#l4u-form-app dd {
  font-family: "Montserrat", "Avenir Next", "Segoe UI", Arial, sans-serif !important;
}

#l4u-form-app .l4u-form-hero h2 {
  color: #fff !important;
  font-size: clamp(34px, 3.6vw, 52px) !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: -.045em !important;
  line-height: 1.04 !important;
  margin: 0 !important;
  max-width: 760px !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
}

#l4u-form-app .l4u-form-hero__inner > div:first-child > p {
  color: rgba(255,255,255,.85) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin: 20px 0 0 !important;
  max-width: 690px !important;
}

#l4u-form-app .l4u-form-topbar__brand {
  max-width: 170px !important;
  width: 170px !important;
}

#l4u-form-app .l4u-form-topbar__brand img {
  display: block !important;
  height: auto !important;
  max-height: 54px !important;
  max-width: 170px !important;
  object-fit: contain !important;
  width: 170px !important;
}

.l4u-form-topbar {
  background: #fff;
  border-bottom: 1px solid #e9e9e7;
  min-height: 68px;
}

.l4u-form-topbar__inner {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: var(--l4u-content-width);
  min-height: 68px;
  width: calc(100% - 56px);
}

.l4u-form-topbar__brand {
  display: block;
  justify-self: start;
}

.l4u-form-topbar__brand img {
  display: block;
  height: auto;
  max-width: 166px;
  object-fit: contain;
  width: 100%;
}

.l4u-form-topbar__inner > span {
  color: #66686b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.l4u-form-topbar__contact {
  color: var(--l4u-ink);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.l4u-form-topbar__actions {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-self: end;
}

.l4u-language-switcher {
  align-items: center;
  border-left: 1px solid #e1e1df;
  display: flex;
  gap: 2px;
  padding-left: 15px;
  position: relative;
  visibility: visible !important;
  z-index: 5;
}

.l4u-language-switcher button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8b8c90;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  justify-content: center;
  min-height: 30px;
  min-width: 30px;
  padding: 0 5px;
  text-decoration: none;
}

.l4u-language-switcher button:hover {
  color: var(--l4u-orange);
}

.l4u-language-switcher button.is-active {
  background: var(--l4u-orange);
  color: #fff;
}

.l4u-form-hero {
  background: linear-gradient(108deg, #ff5a00 0 62%, #ed5200 62% 100%);
  color: #fff;
  min-height: 285px;
  position: relative;
}

.l4u-form-hero__inner {
  align-items: end;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1fr) 250px;
  margin: 0 auto;
  max-width: var(--l4u-content-width);
  min-height: 285px;
  padding: 52px 0 75px;
  width: calc(100% - 56px);
}

.l4u-form-hero h2 {
  color: #fff;
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 0;
  max-width: 760px;
}

.l4u-hero-mobile-break {
  display: none;
}

.l4u-form-hero__inner > div:first-child > p {
  color: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 0 0;
  max-width: 690px;
}

.l4u-kicker {
  color: #ffae82;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  margin: 0 0 14px;
}

.l4u-form-hero .l4u-kicker {
  color: rgba(255,255,255,.78);
}

.l4u-form-hero__promise {
  border-left: 1px solid rgba(255,255,255,.42);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 7px 0 7px 25px;
  width: 250px;
}

.l4u-form-hero__promise span {
  color: rgba(255,255,255,.67);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.l4u-form-hero__promise strong {
  color: #fff;
  font-size: 19px;
}

.l4u-form-hero__promise small {
  color: rgba(255,255,255,.78);
  font-size: 10px;
}

.l4u-form-hero__services {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-top: 23px;
}

.l4u-form-hero__services span {
  align-items: center;
  color: rgba(255,255,255,.9);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
}

.l4u-form-hero__services span::before {
  background: rgba(255,255,255,.82);
  border-radius: 50%;
  content: "";
  height: 4px;
  width: 4px;
}

.l4u-form-layout {
  display: grid;
  grid-template-columns: 305px minmax(0, 1fr);
  margin: -35px auto 0;
  max-width: var(--l4u-content-width);
  overflow-anchor: none;
  position: relative;
  width: calc(100% - 56px);
  z-index: 2;
}

.l4u-sidebar {
  background: var(--l4u-ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 850px;
  padding: 36px 26px 26px;
}

.l4u-sidebar h3 {
  color: #fff;
  font-size: 23px;
  letter-spacing: -.025em;
  margin: 0;
  overflow-wrap: anywhere;
}

.l4u-sidebar > p:not(.l4u-kicker) {
  color: #a6a8ad;
  font-size: 12px;
  line-height: 1.6;
  margin: 2px 0 0;
}

.l4u-steps {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 28px -10px 25px;
}

.l4u-step {
  align-items: center;
  background: transparent;
  border: 0;
  color: #86888d;
  display: flex;
  gap: 13px;
  padding: 9px 10px;
  text-align: left;
  cursor: pointer;
}

.l4u-step:hover:not(.is-active),
.l4u-step:focus-visible:not(.is-active) {
  background: #414246;
  color: #d7d8da;
}

.l4u-step:focus-visible {
  outline: 2px solid var(--l4u-orange);
  outline-offset: 2px;
}

.l4u-step > span {
  align-items: center;
  border: 1px solid #484a4e;
  border-radius: 50%;
  display: flex;
  flex: 0 0 32px;
  font-size: 9px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
}

.l4u-step b,
.l4u-step small {
  display: block;
}

.l4u-step b {
  font-size: 12px;
  overflow-wrap: anywhere;
}

.l4u-step small {
  color: #707277;
  font-size: 9px;
  font-weight: 400;
  margin-top: 2px;
}

.l4u-step.is-active {
  background: #45464a;
  color: #fff;
}

.l4u-step.is-active > span {
  background: var(--l4u-orange);
  border-color: var(--l4u-orange);
}

.l4u-step.is-done {
  color: #c9cace;
}

.l4u-step.is-done > span {
  border-color: var(--l4u-orange);
  color: #ff9a63;
}

.l4u-step.is-started:not(.is-active) {
  color: #d1d2d5;
}

.l4u-step.is-started > span {
  border-color: #8c8e92;
}

.l4u-step.is-active small {
  color: #ffae82;
}

.l4u-profile {
  background: #45464a;
  border: 1px solid #38393c;
  margin-top: auto;
  padding: 18px;
}

.l4u-profile > span {
  color: #85878c;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.l4u-profile > strong {
  display: block;
  font-size: 14px;
  margin-top: 6px;
}

.l4u-profile dl {
  border-top: 1px solid #3f4044;
  display: grid;
  gap: 7px;
  margin: 13px 0 0;
  padding-top: 12px;
}

.l4u-profile dl button {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  text-align: left;
  width: 100%;
}

.l4u-profile dl button:hover dt,
.l4u-profile dl button:focus-visible dt {
  color: #d2d3d5;
}

.l4u-profile dl button:hover dd,
.l4u-profile dl button:focus-visible dd {
  color: #ffae82;
}

.l4u-profile dt,
.l4u-profile dd {
  font-size: 9px;
  margin: 0;
}

.l4u-profile dt { color: #909297; }
.l4u-profile dd {
  animation: l4u-number-update .24s ease both;
  color: #fff;
  font-weight: 700;
}

@keyframes l4u-number-update {
  from { opacity: .35; transform: translateY(3px); }
  to { opacity: 1; transform: translateY(0); }
}

.l4u-save-status {
  color: #929499;
  font-size: 9px;
  margin-top: 16px;
}

.l4u-form {
  background: #fff;
  box-shadow: 0 18px 50px rgba(31,32,34,.09);
  min-height: 850px;
}

.l4u-form__header {
  align-items: center;
  border-bottom: 1px solid var(--l4u-line);
  display: flex;
  justify-content: space-between;
  min-height: 96px;
  padding: 24px 44px 21px;
}

.l4u-form__header span {
  color: var(--l4u-orange);
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 5px;
}

.l4u-form__header h3 {
  color: var(--l4u-ink);
  font-size: 26px;
  letter-spacing: -.035em;
  margin: 0;
}

.l4u-form__header > small {
  background: var(--l4u-soft);
  border-radius: 999px;
  color: var(--l4u-muted);
  font-size: 9px;
  font-weight: 700;
  padding: 7px 11px;
}

.l4u-progress {
  background: #eeeeec;
  height: 3px;
}

.l4u-progress span {
  background: var(--l4u-orange);
  display: block;
  height: 100%;
  transition: width .25s ease;
}

.l4u-error {
  background: #fff5e8;
  border-left: 4px solid #d9412b;
  color: #982b1d;
  font-size: 11px;
  font-weight: 700;
  margin: 22px 44px -2px;
  padding: 12px 14px;
}

.l4u-pane {
  display: none;
  padding: 38px 44px 46px;
}

.l4u-pane.is-active {
  animation: l4u-reveal .23s ease both;
  display: block;
}

@keyframes l4u-reveal {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.l4u-pane > header {
  margin-bottom: 28px;
}

.l4u-pane > header h4 {
  color: var(--l4u-ink);
  font-size: 19px;
  letter-spacing: -.025em;
  margin: 0 0 7px;
}

.l4u-pane > header p {
  color: var(--l4u-muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.l4u-pane h5 {
  align-items: center;
  color: var(--l4u-teal);
  display: flex;
  font-size: 10px;
  letter-spacing: .1em;
  margin: 0 0 18px;
}

.l4u-pane h5::after {
  background: #f4d8c8;
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 14px;
}

.l4u-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.l4u-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.l4u-inbound-metrics {
  align-items: end;
}

.l4u-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.l4u-field {
  display: flex;
  flex-direction: column;
}

.l4u-field--wide {
  grid-column: 1 / -1;
  margin-top: 24px;
}

.l4u-pane > .l4u-field--wide:first-of-type {
  margin-bottom: 22px;
  margin-top: 0;
}

.l4u-field > b,
.l4u-pills legend,
.l4u-radios legend {
  color: #35363a;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 8px;
}

.l4u-field > small {
  color: #949599;
  font-size: 8px;
  margin-top: 5px;
}

.l4u-field > .l4u-field-error,
.l4u-radios > .l4u-field-error,
.l4u-consent > .l4u-field-error {
  color: #a9451c;
  display: block;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 7px;
}

.l4u-field.is-invalid > input,
.l4u-field.is-invalid > select,
.l4u-field.is-invalid > textarea {
  background: #fff8f1;
  border-color: #f47a38;
}

.l4u-field.is-invalid > input:focus,
.l4u-field.is-invalid > select:focus,
.l4u-field.is-invalid > textarea:focus {
  border-color: var(--l4u-orange);
  box-shadow: 0 0 0 3px rgba(255,90,0,.1);
}

.l4u-field input,
.l4u-field select,
.l4u-field textarea {
  background: #fff;
  border: 1px solid #d5d6d8;
  border-radius: 0;
  color: var(--l4u-ink);
  font-size: 12px;
  outline: 0;
  padding: 12px 13px;
  width: 100%;
}

.l4u-field input,
.l4u-field select {
  height: 46px;
}

.l4u-field textarea {
  line-height: 1.55;
  resize: vertical;
}

.l4u-field input:focus,
.l4u-field select:focus,
.l4u-field textarea:focus {
  border-color: var(--l4u-orange);
  box-shadow: 0 0 0 3px rgba(255,90,0,.08);
}

.l4u-range {
  align-items: center;
  border: 1px solid #d5d6d8;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 52px;
  height: 46px;
  padding: 0 12px;
}

.l4u-range input[type="range"] {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  height: 20px;
  padding: 0;
}

.l4u-range input[type="range"]::-webkit-slider-runnable-track {
  background: #dddeda;
  border: 0;
  border-radius: 999px;
  height: 4px;
}

.l4u-range input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  border: 3px solid var(--l4u-orange);
  border-radius: 50%;
  box-shadow: none;
  height: 17px;
  margin-top: -6.5px;
  width: 17px;
}

.l4u-range input[type="range"]::-moz-range-track,
.l4u-range input[type="range"]::-moz-range-progress {
  background: #dddeda;
  border: 0;
  border-radius: 999px;
  height: 4px;
}

.l4u-range input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 3px solid var(--l4u-orange);
  border-radius: 50%;
  box-shadow: none;
  height: 11px;
  width: 11px;
}

.l4u-range output {
  color: var(--l4u-orange);
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.l4u-other-carrier {
  margin-top: 12px;
}

.l4u-pills,
.l4u-radios {
  border: 0;
  margin: 26px 0 0;
  padding: 0;
}

.l4u-pills label {
  align-items: center;
  border: 1px solid #d5d6d8;
  color: #55565a;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 6px;
  margin: 0 6px 7px 0;
  min-height: 36px;
  padding: 7px 10px;
}

.l4u-pills input,
.l4u-radios input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.l4u-pills label > span {
  align-items: center;
  background: #f0f0ee;
  border-radius: 50%;
  display: flex;
  font-size: 8px;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.l4u-pills label.is-active {
  background: #fff3eb;
  border-color: var(--l4u-orange);
  color: #a85b05;
}

.l4u-pills label.is-active > span {
  background: var(--l4u-orange);
  color: #fff;
}

.l4u-country-selector {
  border: 0;
  margin: 26px 0 0;
  padding: 0;
}

.l4u-country-selector > legend {
  color: #35363a;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 4px;
}

.l4u-country-selector > small {
  color: #929397;
  display: block;
  font-size: 8px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.l4u-country-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.l4u-country-options label {
  align-items: center;
  border: 1px solid #d5d6d8;
  color: #55565a;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 6px;
  min-height: 36px;
  padding: 7px 10px;
}

.l4u-country-options input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.l4u-country-options label > span {
  align-items: center;
  background: #f0f0ee;
  border-radius: 50%;
  display: flex;
  font-size: 8px;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.l4u-country-options label.is-active {
  background: #fff3eb;
  border-color: var(--l4u-orange);
  color: #a64510;
}

.l4u-country-options label.is-active > span {
  background: var(--l4u-orange);
  color: #fff;
}

.l4u-country-groups {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 13px;
}

.l4u-country-groups details {
  border: 1px solid #dedfe1;
}

.l4u-country-groups details[open] {
  grid-column: 1 / -1;
}

.l4u-country-groups summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  min-height: 44px;
  padding: 0 13px;
}

.l4u-country-groups summary::-webkit-details-marker {
  display: none;
}

.l4u-country-groups summary::after {
  color: var(--l4u-orange);
  content: "+";
  font-size: 17px;
  margin-left: 10px;
}

.l4u-country-groups details[open] summary::after {
  content: "−";
}

.l4u-country-groups summary b {
  color: #3f4043;
  font-size: 10px;
}

.l4u-country-groups summary span {
  color: #929397;
  font-size: 8px;
  margin-left: auto;
}

.l4u-country-groups details > div {
  border-top: 1px solid #e4e4e2;
  padding: 13px;
}

.l4u-country-custom,
.l4u-share-add {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 13px;
}

.l4u-country-custom input,
.l4u-share-add input {
  border: 1px solid #d5d6d8;
  color: var(--l4u-ink);
  font-size: 11px;
  height: 41px;
  padding: 0 12px;
}

.l4u-country-custom button,
.l4u-share-add button {
  background: var(--l4u-ink);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  min-height: 41px;
  padding: 0 15px;
}

[data-l4u-custom-country-options]:not(:empty) {
  margin-top: 8px;
}

.l4u-selected-countries {
  align-items: center;
  border-top: 1px solid #e5e5e3;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
  padding-top: 13px;
}

.l4u-selected-countries > b {
  color: #77787c;
  font-size: 8px;
  margin-right: 2px;
  text-transform: uppercase;
}

.l4u-selected-countries button {
  background: #f4f4f2;
  border: 0;
  color: #55565a;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  min-height: 27px;
  padding: 5px 8px;
}

.l4u-storage-units {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 23px;
}

.l4u-storage-unit {
  border: 1px solid #dfe0e2;
  padding: 18px;
}

.l4u-storage-unit > header {
  align-items: center;
  border-bottom: 1px solid #e5e5e3;
  display: flex;
  gap: 11px;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.l4u-storage-unit > header > span {
  align-items: center;
  background: var(--l4u-orange);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 30px;
  font-size: 8px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
}

.l4u-pane .l4u-storage-unit h5,
.l4u-pane .l4u-share-editor h5 {
  color: #38393c;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin: 0;
}

.l4u-pane .l4u-storage-unit h5::after,
.l4u-pane .l4u-share-editor h5::after {
  display: none;
}

.l4u-storage-unit > header p {
  color: var(--l4u-muted);
  font-size: 8px;
  line-height: 1.45;
  margin: 3px 0 0;
}

.l4u-storage-unit__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.l4u-storage-totals {
  margin-top: 22px;
}

.l4u-share-editor {
  border: 1px solid #d9dadd;
  margin-top: 24px;
  padding: 20px;
}

.l4u-share-editor__header {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.l4u-share-editor__header p {
  color: var(--l4u-muted);
  font-size: 9px;
  line-height: 1.5;
  margin: 5px 0 0;
}

.l4u-share-editor__header > span {
  background: #f1f1ef;
  color: #56575a;
  flex: 0 0 auto;
  font-size: 8px;
  font-weight: 800;
  padding: 7px 9px;
  text-transform: uppercase;
}

.l4u-share-editor.has-over-limit {
  border-color: #c92d2d;
}

.l4u-share-editor__header > span.is-over-limit {
  background: #c92d2d;
  color: #fff;
}

.l4u-share-rows {
  border-bottom: 1px solid #e4e4e2;
  border-top: 1px solid #e4e4e2;
}

.l4u-share-row {
  align-items: center;
  display: grid;
  gap: 13px;
  grid-template-columns: minmax(110px, .7fr) minmax(145px, 1.4fr) 48px 23px;
  min-height: 60px;
}

.l4u-share-row + .l4u-share-row {
  border-top: 1px solid #ececea;
}

.l4u-share-row__country {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.l4u-share-row__country span {
  align-items: center;
  background: #f2f2f0;
  color: #6c6d70;
  display: flex;
  flex: 0 0 29px;
  font-size: 7px;
  font-weight: 800;
  height: 23px;
  justify-content: center;
}

.l4u-share-row__country b {
  font-size: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l4u-share-row input[type="range"] {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  height: 20px;
  padding: 0;
}

.l4u-share-row input[type="range"]::-webkit-slider-runnable-track {
  background: #dddeda;
  border: 0;
  border-radius: 999px;
  height: 4px;
}

.l4u-share-row input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  border: 3px solid var(--l4u-orange);
  border-radius: 50%;
  box-shadow: none;
  cursor: grab;
  height: 17px;
  margin-top: -6.5px;
  width: 17px;
}

.l4u-share-row input[type="range"]::-moz-range-track,
.l4u-share-row input[type="range"]::-moz-range-progress {
  background: #dddeda;
  border: 0;
  border-radius: 999px;
  height: 4px;
}

.l4u-share-row input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 3px solid var(--l4u-orange);
  border-radius: 50%;
  box-shadow: none;
  cursor: grab;
  height: 11px;
  width: 11px;
}

.l4u-share-row output {
  color: var(--l4u-orange);
  font-size: 10px;
  font-weight: 800;
  text-align: right;
}

.l4u-share-row > button {
  background: transparent;
  border: 0;
  color: #9fa0a3;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
}

.l4u-share-row > i {
  width: 23px;
}

.l4u-share-quick {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

.l4u-share-quick > span {
  color: #8b8c90;
  font-size: 8px;
}

.l4u-share-quick button {
  background: transparent;
  border: 0;
  color: #636468;
  cursor: pointer;
  font-size: 8px;
  font-weight: 700;
  padding: 3px 4px;
}

.l4u-share-error {
  color: #9a2b1c;
  font-size: 8px;
  margin: 8px 0 0;
}

.l4u-radios > div {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.l4u-radios label {
  align-items: flex-start;
  border: 1px solid #d8d9dc;
  cursor: pointer;
  display: flex;
  gap: 9px;
  min-height: 68px;
  padding: 13px;
}

.l4u-radios label > span {
  border: 1px solid #b7b8bb;
  border-radius: 50%;
  flex: 0 0 15px;
  height: 15px;
  margin-top: 1px;
  position: relative;
  width: 15px;
}

.l4u-radios input:checked + span {
  border-color: var(--l4u-orange);
}

.l4u-radios input:checked + span::after {
  background: var(--l4u-orange);
  border-radius: 50%;
  content: "";
  inset: 3px;
  position: absolute;
}

.l4u-radios label:has(input:checked) {
  background: #fff3eb;
  border-color: var(--l4u-orange);
}

.l4u-radios.is-invalid {
  background: #fff8f1;
  border-left: 3px solid #f47a38;
  padding: 13px;
}

.l4u-radios.is-invalid label {
  background: #fffdf9;
  border-color: #efb18f;
}

.l4u-radios b,
.l4u-radios small {
  display: block;
}

.l4u-radios b {
  font-size: 10px;
}

.l4u-radios small {
  color: #85868a;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 3px;
}

.l4u-conditional {
  background: #fbfbfa;
  border-left: 3px solid var(--l4u-orange);
  margin-top: 20px;
  padding: 18px;
}

.l4u-review {
  background: #fafaf8;
  border: 1px solid #dfe0e2;
  margin-top: 28px;
  padding: 18px;
}

.l4u-review > span {
  color: var(--l4u-teal);
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 14px;
}

.l4u-review__item {
  align-items: center;
  border-top: 1px solid #e7e7e5;
  display: grid;
  gap: 9px;
  grid-template-columns: 22px minmax(0, 1fr) auto auto;
  min-height: 45px;
}

.l4u-review__item > span {
  align-items: center;
  border: 1px solid #c8c9cc;
  border-radius: 50%;
  color: #8d8e92;
  display: flex;
  font-size: 8px;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.l4u-review__item b {
  font-size: 9px;
}

.l4u-review__item small {
  color: #898a8e;
  font-size: 8px;
}

.l4u-review__item button {
  background: transparent;
  border: 0;
  color: var(--l4u-orange);
  cursor: pointer;
  font-size: 8px;
  font-weight: 800;
  padding: 7px 0 7px 7px;
}

.l4u-review__item.is-complete > span {
  background: var(--l4u-orange);
  border-color: var(--l4u-orange);
  color: #fff;
}

.l4u-review__item.is-missing small {
  color: #a33f2f;
  font-weight: 700;
}

.l4u-consent {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 11px;
  margin-top: 25px;
}

.l4u-consent input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.l4u-consent > span {
  border: 1px solid #bfc0c3;
  flex: 0 0 20px;
  height: 20px;
  position: relative;
}

.l4u-consent input:checked + span {
  background: var(--l4u-orange);
  border-color: var(--l4u-orange);
}

.l4u-consent input:checked + span::after {
  color: #fff;
  content: "✓";
  font-size: 11px;
  left: 4px;
  position: absolute;
  top: 1px;
}

.l4u-consent b {
  color: #55565a;
  font-size: 9px;
  line-height: 1.55;
}

.l4u-consent small {
  color: #95969a;
  display: block;
  font-size: 8px;
  font-weight: 400;
  margin-top: 3px;
}

.l4u-consent.is-invalid {
  background: #fff8f1;
  border-left: 3px solid #f47a38;
  flex-wrap: wrap;
  padding: 13px 14px;
}

.l4u-consent.is-invalid > span {
  border-color: #f47a38;
}

.l4u-consent > .l4u-field-error {
  flex: 0 0 100%;
  margin-left: 31px;
}

.l4u-form__footer {
  align-items: center;
  border-top: 1px solid var(--l4u-line);
  display: flex;
  justify-content: space-between;
  min-height: 86px;
  padding: 18px 44px;
}

.l4u-button {
  border: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  min-height: 46px;
  padding: 0 20px;
}

.l4u-button--back {
  background: transparent;
  color: #58595d;
  padding-left: 0;
}

.l4u-button--back:disabled {
  opacity: .25;
}

.l4u-button--next,
.l4u-button--submit {
  background: var(--l4u-orange);
  color: #fff;
  margin-left: auto;
}

.l4u-button--next:hover,
.l4u-button--submit:hover {
  background: var(--l4u-orange-dark);
}

.l4u-button--next.is-share-over-limit,
.l4u-button--next.is-share-over-limit:hover {
  background: #c92d2d;
  color: #fff;
}

.l4u-button--submit:disabled {
  cursor: wait;
  opacity: .7;
}

.l4u-success {
  background: #fff;
  min-height: 650px;
  padding: 85px 70px;
}

.l4u-success > span {
  align-items: center;
  background: var(--l4u-teal);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 25px;
  height: 66px;
  justify-content: center;
  margin-bottom: 25px;
  width: 66px;
}

.l4u-success h3 {
  color: var(--l4u-ink);
  font-size: 34px;
  letter-spacing: -.04em;
  margin: 0 0 14px;
}

.l4u-success > p:not(.l4u-kicker) {
  color: var(--l4u-muted);
  font-size: 13px;
  line-height: 1.7;
  max-width: 560px;
}

.l4u-success__summary {
  background: var(--l4u-mint);
  border-left: 3px solid var(--l4u-orange);
  border-collapse: collapse;
  margin-top: 20px;
  max-width: 620px;
  width: 100%;
}

.l4u-success__summary th,
.l4u-success__summary td {
  border-bottom: 1px solid rgba(255, 90, 0, .14);
  padding: 13px 16px;
}

.l4u-success__summary tr:last-child th,
.l4u-success__summary tr:last-child td {
  border-bottom: 0;
}

.l4u-success__summary th {
  color: #826354;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
  width: 45%;
}

.l4u-success__summary td {
  color: var(--l4u-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.l4u-customer-journey {
  background: #fff;
  display: grid;
  gap: 55px;
  grid-template-columns: .78fr 1.5fr;
  padding: 70px 55px;
}

.l4u-customer-journey__intro h3 {
  color: var(--l4u-ink);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 0 0 16px;
}

.l4u-customer-journey__intro > p:not(.l4u-kicker) {
  color: var(--l4u-muted);
  font-size: 12px;
  line-height: 1.7;
}

.l4u-customer-journey__intro a {
  align-items: center;
  background: var(--l4u-ink);
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 15px;
  margin-top: 18px;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
}

.l4u-customer-journey__intro a:hover {
  background: var(--l4u-orange);
}

.l4u-customer-journey__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.l4u-customer-journey__steps article {
  border-left: 1px solid var(--l4u-line);
  border-top: 1px solid var(--l4u-line);
  min-height: 165px;
  padding: 24px;
}

.l4u-customer-journey__steps article:nth-child(-n+2) {
  border-top: 0;
}

.l4u-customer-journey__steps article > span {
  color: var(--l4u-orange);
  display: block;
  font-size: 9px;
  font-weight: 800;
  margin-bottom: 22px;
}

.l4u-customer-journey__steps strong {
  color: var(--l4u-ink);
  font-size: 13px;
}

.l4u-customer-journey__steps p {
  color: var(--l4u-muted);
  font-size: 10px;
  line-height: 1.6;
  margin: 7px 0 0;
}

.l4u-honeypot {
  left: -9999px !important;
  opacity: 0 !important;
  position: absolute !important;
}

.l4u-form-app [hidden] {
  display: none !important;
}

.l4u-form-footer {
  background: #171719;
  color: #a9aaad;
  min-height: 86px;
  padding-bottom: 24px;
}

.l4u-form-footer__inner {
  align-items: center;
  display: flex;
  font-size: 10px;
  gap: 26px;
  margin: 0 auto;
  max-width: var(--l4u-content-width);
  min-height: 86px;
  width: calc(100% - 56px);
}

.l4u-form-footer__brand {
  color: #fff;
  font-weight: 700;
  margin-right: auto;
}

.l4u-form-footer__address {
  color: #a9aaad;
}

.l4u-form-footer a {
  color: #c4c5c8;
  text-decoration: none;
}

.l4u-clear-draft {
  align-self: flex-start;
  background: transparent;
  border: 0;
  color: #a9aaad;
  cursor: pointer;
  font-size: 8px;
  line-height: 1.45;
  margin-top: 10px;
  padding: 3px 0;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.24);
  text-underline-offset: 3px;
}

.l4u-clear-draft:hover,
.l4u-clear-draft:focus-visible {
  color: #fff;
}

.l4u-same-share {
  align-items: center;
  background: #fff8f1;
  border-left: 3px solid var(--l4u-orange);
  cursor: pointer;
  display: flex;
  gap: 11px;
  margin: 20px 0 16px;
  padding: 13px 14px;
}

.l4u-same-share input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.l4u-same-share > span {
  background: #fff;
  border: 1px solid #bfc0c3;
  flex: 0 0 20px;
  height: 20px;
  position: relative;
}

.l4u-same-share input:checked + span {
  background: var(--l4u-orange);
  border-color: var(--l4u-orange);
}

.l4u-same-share input:checked + span::after {
  color: #fff;
  content: "✓";
  font-size: 11px;
  left: 4px;
  position: absolute;
  top: 1px;
}

.l4u-same-share b {
  color: #55565a;
  font-size: 9px;
  line-height: 1.45;
}

.l4u-country-selector.is-invalid,
.l4u-radios.is-invalid {
  background: #fff8f1;
  border-left: 3px solid #f47a38;
  padding: 14px;
}

.l4u-country-selector > .l4u-field-error {
  color: #a9451c;
  display: block;
  font-size: 9px;
  font-weight: 700;
  margin-top: 9px;
}

.l4u-review__item {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.l4u-review__item > span {
  color: #4c4d51;
  font-size: 10px;
  font-weight: 700;
}

.l4u-review__item > b {
  font-size: 8px;
}

.l4u-review__item > b.is-ok {
  color: #47795d;
}

.l4u-review__item > b.is-missing {
  color: #a9451c;
}

.l4u-review__item > button {
  background: transparent;
  border: 0;
  color: var(--l4u-orange);
  cursor: pointer;
  font-size: 8px;
  font-weight: 800;
  padding: 5px 0 5px 8px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Readable form scale. The orange hero intentionally keeps its existing type. */
.l4u-sidebar > p:not(.l4u-kicker) {
  font-size: 15px;
}

.l4u-step > span {
  flex-basis: 36px;
  font-size: 11px;
  height: 36px;
  width: 36px;
}

.l4u-step b {
  font-size: 15px;
}

.l4u-step small {
  font-size: 12px;
}

.l4u-profile > span {
  font-size: 11px;
}

.l4u-profile > strong {
  font-size: 16px;
}

.l4u-profile dt,
.l4u-profile dd,
.l4u-save-status,
.l4u-clear-draft {
  font-size: 12px;
}

.l4u-form__header span,
.l4u-form__header > small {
  font-size: 11px;
}

.l4u-form__header h3 {
  font-size: 28px;
}

.l4u-error {
  font-size: 13px;
}

.l4u-pane > header p {
  font-size: 14px;
}

.l4u-pane h5 {
  font-size: 12px;
}

.l4u-field > b,
.l4u-pills legend,
.l4u-radios legend,
.l4u-country-selector > legend {
  font-size: 12px;
}

.l4u-field > small,
.l4u-country-selector > small,
.l4u-storage-unit > header p {
  font-size: 10px;
}

.l4u-field > .l4u-field-error,
.l4u-radios > .l4u-field-error,
.l4u-consent > .l4u-field-error {
  font-size: 11px;
}

.l4u-field input,
.l4u-field select,
.l4u-field textarea {
  font-size: 14px;
}

.l4u-range output,
.l4u-share-row output {
  font-size: 13px;
}

.l4u-pills label,
.l4u-country-options label,
.l4u-country-groups summary b {
  font-size: 12px;
}

.l4u-country-groups summary span,
.l4u-selected-countries > b,
.l4u-share-quick > span,
.l4u-share-error {
  font-size: 10px;
}

.l4u-country-custom input,
.l4u-share-add input {
  font-size: 13px;
}

.l4u-country-custom button,
.l4u-share-add button,
.l4u-selected-countries button {
  font-size: 11px;
}

.l4u-button {
  font-size: 12px;
}

.l4u-pane .l4u-storage-unit h5,
.l4u-pane .l4u-share-editor h5 {
  font-size: 14px;
}

.l4u-share-editor__header p {
  font-size: 11px;
}

.l4u-share-editor__header > span,
.l4u-share-quick button {
  font-size: 10px;
}

.l4u-share-row {
  margin-inline: -8px;
  padding-inline: 8px;
  transition: background .16s ease, box-shadow .16s ease;
}

.l4u-share-row__country span {
  font-size: 8px;
}

.l4u-share-row__country b {
  font-size: 12px;
}

.l4u-share-row input[type="range"] {
  cursor: grab;
  height: 34px;
  touch-action: none;
}

.l4u-share-row input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
}

.l4u-share-row input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 90, 0, .08);
  height: 22px;
  margin-top: -8.5px;
  width: 22px;
}

.l4u-share-row input[type="range"]::-moz-range-track,
.l4u-share-row input[type="range"]::-moz-range-progress {
  height: 5px;
}

.l4u-share-row input[type="range"]::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(255, 90, 0, .08);
  height: 16px;
  width: 16px;
}

.l4u-share-row:focus-within,
.l4u-share-row.is-dragging {
  background: #fff7f2;
  box-shadow: inset 3px 0 0 var(--l4u-orange);
}

.l4u-share-row.is-dragging input[type="range"],
.l4u-share-row input[type="range"]:active {
  cursor: grabbing;
}

.l4u-share-row.is-dragging input[type="range"]::-webkit-slider-thumb,
.l4u-share-row input[type="range"]:active::-webkit-slider-thumb {
  background: #fff1e9;
  box-shadow: 0 0 0 5px rgba(255, 90, 0, .14);
}

.l4u-share-row.is-dragging input[type="range"]::-moz-range-thumb,
.l4u-share-row input[type="range"]:active::-moz-range-thumb {
  background: #fff1e9;
  box-shadow: 0 0 0 5px rgba(255, 90, 0, .14);
}

.l4u-radios b {
  font-size: 12px;
}

.l4u-radios small,
.l4u-consent small {
  font-size: 10px;
}

.l4u-consent b {
  font-size: 11px;
}

@media (max-width: 980px) {
  .l4u-form-topbar__inner { grid-template-columns: 1fr auto; }
  .l4u-form-topbar__inner > span { display: none; }
  .l4u-form-hero__promise { display: none; }
  .l4u-form-hero__inner { grid-template-columns: 1fr; }
  .l4u-form-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    margin-inline: auto;
    width: calc(100% - 36px);
  }
  .l4u-sidebar { padding-inline: 20px; }
  .l4u-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .l4u-customer-journey { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .l4u-form-app {
    margin-bottom: -96px;
    margin-top: -28px;
  }

  .l4u-form-topbar,
  .l4u-form-topbar__inner { min-height: 64px; }
  .l4u-form-topbar__inner { width: calc(100% - 40px); }
  #l4u-form-app .l4u-form-topbar__brand {
    max-width: 132px !important;
    width: 132px !important;
  }
  #l4u-form-app .l4u-form-topbar__brand img {
    max-height: 44px !important;
    max-width: 132px !important;
    width: 132px !important;
  }
  .l4u-form-topbar__contact { display: none; }
  .l4u-form-topbar__actions { gap: 0; }
  .l4u-language-switcher { border-left: 0; padding-left: 0; }
  .l4u-form-hero { min-height: auto; }
  .l4u-form-hero__inner { min-height: auto; padding: 42px 0 70px; width: calc(100% - 44px); }
  .l4u-form-hero h2,
  #l4u-form-app .l4u-form-hero h2 { font-size: 38px !important; }
  .l4u-hero-mobile-break { display: block; }
  .l4u-form-app[lang="pl"] .l4u-form-hero h2,
  #l4u-form-app[lang="pl"] .l4u-form-hero h2 {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }
  #l4u-form-app .l4u-form-hero__inner > div:first-child > p { font-size: 14px !important; }
  .l4u-form-layout {
    display: block;
    margin: -34px auto 0;
    width: calc(100% - 20px);
  }
  .l4u-sidebar { min-height: auto; padding: 15px; }
  .l4u-sidebar > .l4u-kicker,
  .l4u-sidebar > h3,
  .l4u-sidebar > p,
  .l4u-profile,
  .l4u-save-status { display: none; }
  .l4u-clear-draft {
    display: block;
    margin: 10px auto 0;
    text-align: center;
  }
  .l4u-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; }
  .l4u-step { justify-content: center; padding: 4px; }
  .l4u-step > div { display: none; }
  .l4u-step > span { flex-basis: 31px; height: 31px; width: 31px; }
  .l4u-form { min-height: 740px; }
  .l4u-form__header { min-height: 85px; padding: 21px 20px 18px; }
  .l4u-form__header h3 { font-size: 23px; }
  .l4u-pane { padding: 28px 20px 35px; }
  .l4u-pane > header { margin-bottom: 20px; }
  .l4u-pane > header h4 { display: none; }
  .l4u-error { margin-inline: 20px; }
  .l4u-grid,
  .l4u-grid--three,
  .l4u-grid--four { grid-template-columns: 1fr; }
  .l4u-country-groups,
  .l4u-storage-units { grid-template-columns: 1fr; }
  .l4u-country-groups details[open] { grid-column: auto; }
  .l4u-storage-unit__grid { grid-template-columns: 1fr 1fr; }
  .l4u-share-editor { padding: 16px; }
  .l4u-share-editor__header { flex-direction: column; gap: 10px; }
  .l4u-share-row { gap: 9px; grid-template-columns: minmax(100px, .9fr) minmax(95px, 1.1fr) 43px 19px; }
  .l4u-share-add { grid-template-columns: 1fr; }
  .l4u-radios > div { grid-template-columns: 1fr; }
  .l4u-radios label { min-height: 60px; }
  .l4u-form__footer { min-height: 78px; padding: 15px 20px; }
  .l4u-review__item { grid-template-columns: minmax(0, 1fr) auto; }
  .l4u-review__item > b { display: none; }
  .l4u-success { min-height: 580px; padding: 60px 24px; }
  .l4u-success h3 { font-size: 29px; }
  .l4u-customer-journey { gap: 35px; padding: 55px 22px; }
  .l4u-customer-journey__steps { grid-template-columns: 1fr; }
  .l4u-customer-journey__steps article,
  .l4u-customer-journey__steps article:nth-child(2) { border-top: 1px solid var(--l4u-line); }
  .l4u-customer-journey__steps article:first-child { border-top: 0; }
  .l4u-form-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-height: 0;
    padding: 24px 0;
    width: calc(100% - 44px);
  }
  .l4u-form-footer { padding-bottom: 24px; }
  .l4u-form-footer__brand { margin-right: 0; }
}

@media (max-width: 470px) {
  .l4u-storage-unit__grid { grid-template-columns: 1fr; }
  .l4u-share-row {
    grid-template-columns: 1fr 40px 20px;
    padding: 10px 0;
  }
  .l4u-share-row__country { grid-column: 1 / 4; }
  .l4u-share-row input[type="range"] { grid-column: 1 / 2; }
  .l4u-share-row output { grid-column: 2 / 3; }
}

@media (prefers-reduced-motion: reduce) {
  .l4u-form-app *,
  .l4u-form-app *::before,
  .l4u-form-app *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
