.zlm-gf {
  --zlm-coral: #dd7259;
  --zlm-coral-dark: #c95e49;
  --zlm-gold: #dfaf3e;
  --zlm-green: #496b5f;
  --zlm-sage: #91a982;
  --zlm-mint: #b7d6cb;
  --zlm-cream: #fff8e8;
  --zlm-cream-2: #fffdf3;
  --zlm-line: #e4d9c2;
  --zlm-border: rgba(216, 180, 112, .34);
  --zlm-shadow: 0 26px 70px rgba(93, 71, 39, .18);
  position: relative;
  width: 100%;
  overflow: visible;
  padding: clamp(18px, 3vw, 34px) 0;
  color: var(--zlm-green);
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: transparent;
}

.zlm-gf *,
.zlm-gf *::before,
.zlm-gf *::after {
  box-sizing: border-box;
}

.zlm-gf [hidden] {
  display: none !important;
}

.zlm-gf::before,
.zlm-gf::after {
  display: none;
}

.zlm-gf__card,
.zlm-gf__results {
  position: relative;
  z-index: 1;
}

.zlm-gf-results__header h2 {
  max-width: 430px;
  margin: 0 0 22px;
  color: var(--zlm-coral);
  font-family: "Just Tell", "Comic Sans MS", cursive;
  font-size: clamp(54px, 8vw, 92px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: 0;
}

.zlm-gf-results__header p {
  max-width: 430px;
  margin: 0;
  color: var(--zlm-green);
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 500;
  line-height: 1.45;
}

.zlm-gf__card {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(38px, 5vw, 62px) clamp(22px, 6vw, 78px) 44px;
  overflow: visible;
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(255, 254, 248, .98), rgba(255, 250, 239, .96)),
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, .9), transparent 32%),
    radial-gradient(circle at 94% 8%, rgba(183, 214, 203, .22), transparent 29%);
  border: 1px solid rgba(224, 207, 170, .68);
  border-radius: 22px;
  box-shadow:
    0 24px 60px rgba(93, 71, 39, .13),
    0 5px 16px rgba(221, 114, 89, .06),
    inset 0 1px 0 rgba(255, 255, 255, .92);
}

.zlm-gf__card::before,
.zlm-gf__card::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.zlm-gf__card::before {
  width: 128px;
  height: 64px;
  left: 50%;
  top: 188px;
  transform: translateX(-50%) rotate(-2deg);
  background:
    linear-gradient(90deg, transparent 0 34%, var(--zlm-sage) 35% 39%, transparent 40% 60%, var(--zlm-sage) 61% 65%, transparent 66% 100%),
    radial-gradient(circle at 50% 50%, var(--zlm-coral) 0 6px, transparent 7px);
  opacity: .8;
}

.zlm-gf__card::after {
  width: 170px;
  height: 170px;
  right: -84px;
  top: 42%;
  background:
    linear-gradient(45deg, transparent 46%, var(--zlm-sage) 47% 53%, transparent 54%),
    radial-gradient(ellipse at 25% 25%, var(--zlm-sage) 0 13px, transparent 14px),
    radial-gradient(ellipse at 70% 22%, var(--zlm-sage) 0 11px, transparent 12px),
    radial-gradient(ellipse at 48% 58%, var(--zlm-sage) 0 12px, transparent 13px);
  opacity: .46;
  transform: rotate(-28deg);
}

.zlm-gf__form {
  position: relative;
}

.zlm-gf__form::before,
.zlm-gf__form::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(.2px);
}

.zlm-gf__form::before {
  width: 112px;
  height: 112px;
  left: -34px;
  top: 150px;
  background: radial-gradient(circle, rgba(221, 114, 89, .13) 0 40%, transparent 42%);
}

.zlm-gf__form::after {
  width: 150px;
  height: 150px;
  right: -42px;
  top: 52px;
  background: radial-gradient(circle, rgba(223, 175, 62, .14) 0 38%, transparent 40%);
}

.zlm-gf__progress {
  max-width: 650px;
  margin: 0 auto 46px;
  text-align: center;
}

.zlm-gf__progress p {
  margin: 0 0 26px;
  color: var(--zlm-coral);
  font-family: "Just Tell", "Comic Sans MS", cursive;
  font-size: clamp(25px, 3.4vw, 34px);
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.zlm-gf__progress-track {
  position: relative;
  height: 2px;
  margin: 0 26px;
  overflow: visible;
  background: rgba(192, 174, 139, .58);
}

.zlm-gf__progress-track span {
  display: block;
  width: 20%;
  height: 4px;
  transform: translateY(-1px);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--zlm-coral), var(--zlm-gold));
  box-shadow: 0 0 18px rgba(221, 114, 89, .25);
  transition: width .28s ease;
}

.zlm-gf__progress-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: -17px;
}

.zlm-gf__progress-dot {
  justify-self: center;
  width: 36px;
  height: 36px;
  border: 2px solid rgba(203, 188, 154, .78);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fffdf7;
  color: var(--zlm-green);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 5px 15px rgba(86, 65, 42, .1), inset 0 1px 0 rgba(255,255,255,.9);
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.zlm-gf__progress-dot.is-active,
.zlm-gf__progress-dot.is-complete {
  border-color: var(--zlm-coral);
  background: linear-gradient(145deg, var(--zlm-coral), #e88a6c);
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 10px 22px rgba(221, 114, 89, .25);
}

.zlm-gf__step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  animation: zlm-step-in .32s ease both;
}

.zlm-gf__step legend {
  width: 100%;
  margin: 0 0 13px;
  color: var(--zlm-green);
  text-align: center;
  font-family: "Just Tell", "Comic Sans MS", cursive;
  font-size: clamp(35px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.zlm-gf__step legend::after {
  content: "";
  display: block;
  width: 116px;
  height: 28px;
  margin: 20px auto 0;
  background:
    radial-gradient(circle at 50% 50%, var(--zlm-coral) 0 6px, transparent 7px),
    linear-gradient(18deg, transparent 0 31%, var(--zlm-sage) 32% 36%, transparent 37% 100%),
    linear-gradient(-18deg, transparent 0 63%, var(--zlm-sage) 64% 68%, transparent 69% 100%);
  opacity: .85;
}

.zlm-gf__hint {
  margin: 0 0 20px;
  color: rgba(73, 107, 95, .78);
  text-align: center;
  font-size: 15px;
}

.zlm-gf__choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 730px;
  margin: 34px auto 0;
}

.zlm-gf__choice {
  --choice-accent: var(--zlm-coral);
  --choice-soft: rgba(221, 114, 89, .12);
  appearance: none;
  position: relative;
  min-height: 154px;
  padding: 20px 14px 18px;
  overflow: hidden;
  border: 1px solid rgba(226, 211, 181, .95);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 251, 241, .78));
  color: var(--zlm-green);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font: inherit;
  font-family: "Just Tell", "Comic Sans MS", cursive;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  box-shadow:
    0 12px 26px rgba(84, 67, 43, .06),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease;
}

.zlm-gf__choice::before {
  content: "";
  position: absolute;
  inset: -38% -20% auto auto;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: var(--choice-soft);
  transition: transform .22s ease, opacity .22s ease;
}

.zlm-gf__choice::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .72);
  pointer-events: none;
}

.zlm-gf__choice:hover {
  transform: translateY(-5px) rotate(-.35deg);
  border-color: color-mix(in srgb, var(--choice-accent), #ffffff 34%);
  box-shadow:
    0 20px 38px rgba(84, 67, 43, .12),
    0 0 0 4px var(--choice-soft),
    inset 0 1px 0 rgba(255, 255, 255, .95);
}

.zlm-gf__choice:hover::before {
  transform: scale(1.35);
  opacity: .95;
}

.zlm-gf__choice:focus-visible {
  outline: 3px solid rgba(221, 114, 89, .32);
  outline-offset: 4px;
}

.zlm-gf__choice.is-selected {
  border-color: var(--choice-accent);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 244, 235, .9));
  box-shadow:
    0 0 0 5px var(--choice-soft),
    0 20px 40px rgba(84, 67, 43, .14),
    inset 0 1px 0 rgba(255, 255, 255, .96);
  transform: translateY(-3px);
}

.zlm-gf__choice-icon {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.9), transparent 28%),
    var(--choice-soft);
  color: var(--choice-accent);
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 31px;
  line-height: 1;
  filter: saturate(.96);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 10px 20px rgba(84, 67, 43, .08);
  transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.zlm-gf__choice > span:last-child {
  position: relative;
  z-index: 1;
}

.zlm-gf__choice.is-selected .zlm-gf__choice-icon {
  background: linear-gradient(145deg, var(--choice-accent), color-mix(in srgb, var(--choice-accent), #ffffff 18%));
  color: #fff;
  transform: scale(1.05) rotate(-3deg);
  box-shadow: 0 14px 26px color-mix(in srgb, var(--choice-accent), transparent 68%);
}

.zlm-gf__choice[data-value="naissance"],
.zlm-gf__choice[data-value="observer"],
.zlm-gf__choice[data-value="educatif"] {
  --choice-accent: #91a982;
  --choice-soft: rgba(145, 169, 130, .16);
}

.zlm-gf__choice[data-value="noel"],
.zlm-gf__choice[data-value="durable"],
.zlm-gf__choice[data-value="35-50"] {
  --choice-accent: #78946f;
  --choice-soft: rgba(120, 148, 111, .16);
}

.zlm-gf__choice[data-value="rentree"],
.zlm-gf__choice[data-value="creer"],
.zlm-gf__choice[data-value="creatif"],
.zlm-gf__choice[data-value="20-35"] {
  --choice-accent: var(--zlm-gold);
  --choice-soft: rgba(223, 175, 62, .18);
}

.zlm-gf__choice[data-value="lire"],
.zlm-gf__choice[data-value="imaginer"],
.zlm-gf__choice[data-value="original"] {
  --choice-accent: #8fb9ae;
  --choice-soft: rgba(143, 185, 174, .18);
}

.zlm-gf__choice[data-value="petite-attention"],
.zlm-gf__choice[data-value="se-deguiser"],
.zlm-gf__choice[data-value="utile"],
.zlm-gf__choice[data-value="50-plus"] {
  --choice-accent: #dd7259;
  --choice-soft: rgba(221, 114, 89, .15);
}

.zlm-gf__message {
  min-height: 24px;
  margin: 24px 0 0;
  color: #b14533;
  text-align: center;
  font-weight: 700;
}

.zlm-gf__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.zlm-gf__next,
.zlm-gf__submit,
.zlm-gf-button,
.zlm-gf__restart {
  appearance: none;
  min-width: 250px;
  border: 0;
  border-radius: 999px;
  padding: 18px 32px;
  background:
    linear-gradient(180deg, #ef8d72 0%, var(--zlm-coral-dark) 100%);
  color: #fff !important;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow:
    0 14px 28px rgba(204, 92, 68, .28),
    inset 0 1px 0 rgba(255,255,255,.28);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.zlm-gf__next:hover,
.zlm-gf__submit:hover,
.zlm-gf-button:hover,
.zlm-gf__restart:hover {
  transform: translateY(-2px);
  filter: brightness(.98);
  box-shadow:
    0 20px 34px rgba(204, 92, 68, .34),
    inset 0 1px 0 rgba(255,255,255,.32);
}

.zlm-gf__back {
  min-width: 0;
  border: 0;
  background: transparent;
  color: rgba(73, 107, 95, .72);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
}

.zlm-gf__navigation::after {
  content: "R\00E9ponse rapide et sans inscription";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 96px;
  color: rgba(73, 107, 95, .82);
  font-size: 13px;
  white-space: nowrap;
}

.zlm-gf__loading {
  padding: 70px 20px;
  text-align: center;
}

.zlm-gf__loading p {
  margin: 18px 0 0;
  font-weight: 700;
}

.zlm-gf__spinner {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 5px solid #f1dfd5;
  border-top-color: var(--zlm-coral);
  border-radius: 50%;
  animation: zlm-spin .8s linear infinite;
}

@keyframes zlm-spin {
  to { transform: rotate(360deg); }
}

@keyframes zlm-step-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.zlm-gf-results {
  max-width: 1120px;
  margin: 0 auto;
}

.zlm-gf-results__header {
  margin-bottom: 26px;
  text-align: center;
}

.zlm-gf-results__header h2,
.zlm-gf-results__header p {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.zlm-gf-results__summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 28px;
  padding: 18px 10px;
  background: var(--zlm-cream);
  border: 1px solid var(--zlm-border);
  border-radius: 18px;
}

.zlm-gf-results__summary > div {
  padding: 4px 18px;
  border-right: 1px solid var(--zlm-border);
}

.zlm-gf-results__summary > div:last-child {
  border-right: 0;
}

.zlm-gf-results__summary small {
  display: block;
  margin-bottom: 5px;
  opacity: .65;
}

.zlm-gf-results__summary strong {
  display: block;
  font-size: 16px;
}

.zlm-gf-favorite {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: clamp(18px, 3vw, 32px);
  background: var(--zlm-cream-2);
  border: 1px solid var(--zlm-border);
  border-radius: 20px;
  box-shadow: var(--zlm-shadow);
}

.zlm-gf-favorite__image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.zlm-gf-favorite__label {
  color: var(--zlm-coral);
  font-weight: 800;
}

.zlm-gf-favorite h3 {
  margin: 10px 0 8px;
  color: var(--zlm-green);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.zlm-gf-favorite__content > p {
  line-height: 1.65;
}

.zlm-gf-product__price {
  margin: 8px 0;
  color: var(--zlm-green);
  font-size: 22px;
  font-weight: 850;
}

.zlm-gf-product__reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.zlm-gf-product__reasons span {
  padding: 7px 11px;
  background: #f1f5eb;
  color: var(--zlm-green);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.zlm-gf-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zlm-gf-button--outline {
  background: transparent;
  color: var(--zlm-coral) !important;
  box-shadow: inset 0 0 0 1px var(--zlm-coral);
}

.zlm-gf-button--outline:hover {
  color: #fff !important;
  background: var(--zlm-coral);
}

.zlm-gf-results__subtitle {
  margin: 42px 0 20px;
  color: var(--zlm-gold);
  text-align: center;
  font-size: clamp(25px, 4vw, 35px);
}

.zlm-gf-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.zlm-gf-product {
  overflow: hidden;
  background: var(--zlm-cream-2);
  border: 1px solid var(--zlm-border);
  border-radius: 17px;
  box-shadow: 0 10px 24px rgba(78, 62, 39, .05);
}

.zlm-gf-product__image {
  display: block;
  overflow: hidden;
}

.zlm-gf-product__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .25s ease;
}

.zlm-gf-product:hover .zlm-gf-product__image img {
  transform: scale(1.025);
}

.zlm-gf-product__body {
  padding: 16px;
}

.zlm-gf-product h4 {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.25;
}

.zlm-gf-product h4 a {
  color: var(--zlm-gold);
  text-decoration: none;
}

.zlm-gf-product .zlm-gf-product__price {
  font-size: 18px;
}

.zlm-gf-product__body p {
  min-height: 20px;
  opacity: .72;
  font-size: 13px;
}

.zlm-gf-button--compact {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 12px 13px;
  font-size: 12px;
}

.zlm-gf-results__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.zlm-gf-results__footer > a {
  color: var(--zlm-green);
  font-weight: 700;
}

.zlm-gf__empty {
  padding: 45px 25px;
  background: var(--zlm-cream);
  border: 1px solid var(--zlm-border);
  border-radius: 20px;
  text-align: center;
}

@media (max-width: 900px) {
  .zlm-gf__choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }

}

@media (max-width: 767px) {
  .zlm-gf {
    padding: 34px 14px 44px;
  }

  .zlm-gf::before,
  .zlm-gf::after,
  .zlm-gf__card::after {
    display: none;
  }

  .zlm-gf__card {
    padding: 28px 16px 34px;
    border-radius: 16px;
  }

  .zlm-gf__progress {
    margin-bottom: 32px;
  }

  .zlm-gf__progress-track {
    margin: 0 16px;
  }

  .zlm-gf__progress-dot {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .zlm-gf__progress-steps {
    margin-top: -16px;
  }

  .zlm-gf__step legend::after {
    margin-top: 14px;
  }

  .zlm-gf__choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .zlm-gf__choice {
    min-height: 124px;
    padding: 14px 8px;
    font-size: 17px;
  }

  .zlm-gf__choice-icon {
    width: 54px;
    height: 54px;
    font-size: 24px;
  }

  .zlm-gf__navigation {
    flex-direction: column-reverse;
  }

  .zlm-gf__navigation::after {
    position: static;
    transform: none;
    margin-top: 0;
    order: -1;
  }

  .zlm-gf__next,
  .zlm-gf__submit {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  .zlm-gf-results__summary,
  .zlm-gf-favorite,
  .zlm-gf-products {
    grid-template-columns: 1fr;
  }

  .zlm-gf-results__summary > div {
    border-right: 0;
    border-bottom: 1px solid var(--zlm-border);
    padding: 12px;
  }

  .zlm-gf-results__summary > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  .zlm-gf__choices {
    grid-template-columns: 1fr;
  }
}

/* Strong Elementor/OceanWP guard: keep the shortcode looking designed in page builders. */
.elementor .elementor-widget-shortcode .zlm-gf,
body .zlm-gf {
  background: transparent !important;
  padding: clamp(18px, 3vw, 34px) 0 !important;
  overflow: visible !important;
}

.elementor .elementor-widget-shortcode .zlm-gf__card,
body .zlm-gf .zlm-gf__card {
  max-width: 1040px !important;
  margin: 0 auto !important;
  padding: clamp(38px, 5vw, 62px) clamp(22px, 6vw, 78px) 44px !important;
  border: 1px solid rgba(224, 207, 170, .72) !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, rgba(255, 254, 248, .98), rgba(255, 250, 239, .96)) !important;
  box-shadow: 0 24px 60px rgba(93, 71, 39, .13), 0 5px 16px rgba(221, 114, 89, .06) !important;
}

.elementor .elementor-widget-shortcode .zlm-gf__progress p,
body .zlm-gf .zlm-gf__progress p,
.elementor .elementor-widget-shortcode .zlm-gf__step legend,
body .zlm-gf .zlm-gf__step legend {
  color: var(--zlm-green) !important;
  font-family: "Just Tell", "Comic Sans MS", cursive !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.elementor .elementor-widget-shortcode .zlm-gf__progress p,
body .zlm-gf .zlm-gf__progress p {
  color: var(--zlm-coral) !important;
}

.elementor .elementor-widget-shortcode .zlm-gf__choices,
body .zlm-gf .zlm-gf__choices {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.elementor .elementor-widget-shortcode .zlm-gf__choice,
body .zlm-gf .zlm-gf__choice {
  appearance: none !important;
  min-height: 154px !important;
  border: 1px solid rgba(226, 211, 181, .95) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 251, 241, .78)) !important;
  color: var(--zlm-green) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 13px !important;
  font-family: "Just Tell", "Comic Sans MS", cursive !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  text-align: center !important;
  box-shadow: 0 12px 26px rgba(84, 67, 43, .06), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
}

.elementor .elementor-widget-shortcode .zlm-gf__choice-icon,
body .zlm-gf .zlm-gf__choice-icon {
  width: 74px !important;
  height: 74px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(221, 114, 89, .12) !important;
  color: var(--zlm-coral) !important;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important;
  font-size: 31px !important;
  line-height: 1 !important;
}

.elementor .elementor-widget-shortcode .zlm-gf__choice.is-selected,
body .zlm-gf .zlm-gf__choice.is-selected {
  border-color: var(--zlm-coral) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 244, 235, .9)) !important;
  box-shadow: 0 0 0 5px rgba(221, 114, 89, .15), 0 20px 40px rgba(84, 67, 43, .14) !important;
  transform: translateY(-3px) !important;
}

.elementor .elementor-widget-shortcode .zlm-gf__choice.is-selected .zlm-gf__choice-icon,
body .zlm-gf .zlm-gf__choice.is-selected .zlm-gf__choice-icon {
  background: linear-gradient(145deg, var(--zlm-coral), #e98d72) !important;
  color: #fff !important;
}

.elementor .elementor-widget-shortcode .zlm-gf__next,
.elementor .elementor-widget-shortcode .zlm-gf__submit,
.elementor .elementor-widget-shortcode .zlm-gf-button,
.elementor .elementor-widget-shortcode .zlm-gf__restart,
body .zlm-gf .zlm-gf__next,
body .zlm-gf .zlm-gf__submit,
body .zlm-gf .zlm-gf-button,
body .zlm-gf .zlm-gf__restart {
  min-width: 250px !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 18px 32px !important;
  background: linear-gradient(180deg, #ef8d72 0%, var(--zlm-coral-dark) 100%) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  box-shadow: 0 14px 28px rgba(204, 92, 68, .28) !important;
}

@media (max-width: 767px) {
  .elementor .elementor-widget-shortcode .zlm-gf__choices,
  body .zlm-gf .zlm-gf__choices {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .elementor .elementor-widget-shortcode .zlm-gf__card,
  body .zlm-gf .zlm-gf__card {
    padding: 28px 16px 34px !important;
  }
}

/* Magic path direction */
body .zlm-gf .zlm-gf__magic-head,
.elementor .elementor-widget-shortcode .zlm-gf__magic-head {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 0 0 20px !important;
  color: var(--zlm-coral) !important;
  text-align: center !important;
  font-family: "Just Tell", "Comic Sans MS", cursive !important;
}

body .zlm-gf .zlm-gf__magic-head strong,
.elementor .elementor-widget-shortcode .zlm-gf__magic-head strong {
  color: var(--zlm-coral) !important;
  font-size: clamp(34px, 4.2vw, 56px) !important;
  font-weight: 700 !important;
  line-height: .92 !important;
}

body .zlm-gf .zlm-gf__magic-head span,
.elementor .elementor-widget-shortcode .zlm-gf__magic-head span {
  color: var(--zlm-gold) !important;
  font-size: 22px !important;
}

body .zlm-gf .zlm-gf__progress,
.elementor .elementor-widget-shortcode .zlm-gf__progress {
  max-width: 760px !important;
  margin-bottom: 34px !important;
}

body .zlm-gf .zlm-gf__progress p,
.elementor .elementor-widget-shortcode .zlm-gf__progress p {
  display: none !important;
}

body .zlm-gf .zlm-gf__progress-track,
.elementor .elementor-widget-shortcode .zlm-gf__progress-track {
  height: 4px !important;
  margin: 34px 58px 0 !important;
  border-radius: 999px !important;
  background: rgba(210, 194, 157, .58) !important;
}

body .zlm-gf .zlm-gf__progress-track span,
.elementor .elementor-widget-shortcode .zlm-gf__progress-track span {
  height: 4px !important;
  transform: none !important;
  background: linear-gradient(90deg, var(--zlm-coral), var(--zlm-gold), var(--zlm-sage)) !important;
}

body .zlm-gf .zlm-gf__progress-steps,
.elementor .elementor-widget-shortcode .zlm-gf__progress-steps {
  margin-top: -30px !important;
  align-items: start !important;
}

body .zlm-gf .zlm-gf__progress-dot,
.elementor .elementor-widget-shortcode .zlm-gf__progress-dot {
  width: auto !important;
  height: auto !important;
  min-width: 86px !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: grid !important;
  justify-items: center !important;
  gap: 7px !important;
  background: transparent !important;
  color: var(--zlm-green) !important;
  box-shadow: none !important;
  transform: none !important;
}

body .zlm-gf .zlm-gf__progress-icon,
.elementor .elementor-widget-shortcode .zlm-gf__progress-icon {
  width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff8e8 !important;
  border: 1px solid rgba(224, 207, 170, .8) !important;
  font-size: 27px !important;
  box-shadow: 0 10px 24px rgba(84, 67, 43, .08) !important;
}

body .zlm-gf .zlm-gf__progress-number,
.elementor .elementor-widget-shortcode .zlm-gf__progress-number {
  position: absolute !important;
  margin-top: -9px !important;
  margin-left: -42px !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--zlm-sage) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body .zlm-gf .zlm-gf__progress-label,
.elementor .elementor-widget-shortcode .zlm-gf__progress-label {
  color: var(--zlm-green) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body .zlm-gf .zlm-gf__progress-dot.is-active .zlm-gf__progress-icon,
body .zlm-gf .zlm-gf__progress-dot.is-complete .zlm-gf__progress-icon,
.elementor .elementor-widget-shortcode .zlm-gf__progress-dot.is-active .zlm-gf__progress-icon,
.elementor .elementor-widget-shortcode .zlm-gf__progress-dot.is-complete .zlm-gf__progress-icon {
  background: #fff4df !important;
  border-color: rgba(221, 114, 89, .45) !important;
  transform: translateY(-2px) !important;
}

body .zlm-gf .zlm-gf__progress-dot.is-active .zlm-gf__progress-number,
.elementor .elementor-widget-shortcode .zlm-gf__progress-dot.is-active .zlm-gf__progress-number {
  background: var(--zlm-coral) !important;
}

body .zlm-gf .zlm-gf__progress-dot.is-active .zlm-gf__progress-label,
.elementor .elementor-widget-shortcode .zlm-gf__progress-dot.is-active .zlm-gf__progress-label {
  color: var(--zlm-coral) !important;
}

body .zlm-gf .zlm-gf__step legend,
.elementor .elementor-widget-shortcode .zlm-gf__step legend {
  margin-top: 20px !important;
  font-size: clamp(34px, 4.4vw, 50px) !important;
}

body .zlm-gf .zlm-gf__hint,
.elementor .elementor-widget-shortcode .zlm-gf__hint {
  margin-top: -3px !important;
  margin-bottom: 20px !important;
  font-size: 14px !important;
  color: rgba(73, 107, 95, .82) !important;
}

body .zlm-gf .zlm-gf__choice.is-selected::before,
.elementor .elementor-widget-shortcode .zlm-gf__choice.is-selected::before {
  transform: scale(1.35) !important;
}

body .zlm-gf .zlm-gf__choice.is-selected::after,
.elementor .elementor-widget-shortcode .zlm-gf__choice.is-selected::after {
  content: "✓" !important;
  position: absolute !important;
  inset: auto 12px auto auto !important;
  top: 12px !important;
  width: 32px !important;
  height: 32px !important;
  border: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--zlm-sage) !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 20px rgba(73, 107, 95, .24) !important;
}

body .zlm-gf .zlm-gf__submit,
.elementor .elementor-widget-shortcode .zlm-gf__submit {
  min-width: min(100%, 360px) !important;
}

body .zlm-gf .zlm-gf__submit::before,
.elementor .elementor-widget-shortcode .zlm-gf__submit::before {
  content: "🎁";
  margin-right: 9px;
}

@media (max-width: 767px) {
  body .zlm-gf .zlm-gf__magic-head strong,
  .elementor .elementor-widget-shortcode .zlm-gf__magic-head strong {
    font-size: 34px !important;
  }

  body .zlm-gf .zlm-gf__progress-track,
  .elementor .elementor-widget-shortcode .zlm-gf__progress-track {
    display: none !important;
  }

  body .zlm-gf .zlm-gf__progress-steps,
  .elementor .elementor-widget-shortcode .zlm-gf__progress-steps {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 4px !important;
    margin-top: 0 !important;
  }

  body .zlm-gf .zlm-gf__progress-dot,
  .elementor .elementor-widget-shortcode .zlm-gf__progress-dot {
    min-width: 0 !important;
  }

  body .zlm-gf .zlm-gf__progress-icon,
  .elementor .elementor-widget-shortcode .zlm-gf__progress-icon {
    width: 42px !important;
    height: 42px !important;
    font-size: 20px !important;
  }

  body .zlm-gf .zlm-gf__progress-label,
  .elementor .elementor-widget-shortcode .zlm-gf__progress-label {
    font-size: 10px !important;
  }
}

/* Premium scale refinement */
body .zlm-gf,
.elementor .elementor-widget-shortcode .zlm-gf {
  padding: clamp(12px, 2vw, 24px) 0 !important;
}

body .zlm-gf .zlm-gf__card,
.elementor .elementor-widget-shortcode .zlm-gf__card {
  max-width: 880px !important;
  padding: clamp(28px, 4vw, 42px) clamp(22px, 5vw, 56px) 34px !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(93, 71, 39, .11), 0 4px 12px rgba(221, 114, 89, .05) !important;
}

body .zlm-gf .zlm-gf__magic-head,
.elementor .elementor-widget-shortcode .zlm-gf__magic-head {
  gap: 8px !important;
  margin-bottom: 14px !important;
}

body .zlm-gf .zlm-gf__magic-head strong,
.elementor .elementor-widget-shortcode .zlm-gf__magic-head strong {
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: .98 !important;
}

body .zlm-gf .zlm-gf__magic-head span,
.elementor .elementor-widget-shortcode .zlm-gf__magic-head span {
  font-size: 15px !important;
}

body .zlm-gf .zlm-gf__progress,
.elementor .elementor-widget-shortcode .zlm-gf__progress {
  max-width: 620px !important;
  margin-bottom: 24px !important;
}

body .zlm-gf .zlm-gf__progress-track,
.elementor .elementor-widget-shortcode .zlm-gf__progress-track {
  margin: 24px 48px 0 !important;
  height: 2px !important;
}

body .zlm-gf .zlm-gf__progress-track span,
.elementor .elementor-widget-shortcode .zlm-gf__progress-track span {
  height: 2px !important;
}

body .zlm-gf .zlm-gf__progress-steps,
.elementor .elementor-widget-shortcode .zlm-gf__progress-steps {
  margin-top: -22px !important;
}

body .zlm-gf .zlm-gf__progress-dot,
.elementor .elementor-widget-shortcode .zlm-gf__progress-dot {
  min-width: 68px !important;
  gap: 5px !important;
}

body .zlm-gf .zlm-gf__progress-icon,
.elementor .elementor-widget-shortcode .zlm-gf__progress-icon {
  width: 42px !important;
  height: 42px !important;
  font-size: 20px !important;
  box-shadow: 0 7px 18px rgba(84, 67, 43, .07) !important;
}

body .zlm-gf .zlm-gf__progress-number,
.elementor .elementor-widget-shortcode .zlm-gf__progress-number {
  width: 21px !important;
  height: 21px !important;
  margin-top: -7px !important;
  margin-left: -32px !important;
  font-size: 11px !important;
}

body .zlm-gf .zlm-gf__progress-label,
.elementor .elementor-widget-shortcode .zlm-gf__progress-label {
  font-size: 11px !important;
}

body .zlm-gf .zlm-gf__step legend,
.elementor .elementor-widget-shortcode .zlm-gf__step legend {
  margin: 12px 0 8px !important;
  font-size: clamp(28px, 3.6vw, 38px) !important;
  line-height: 1.02 !important;
}

body .zlm-gf .zlm-gf__step legend::after,
.elementor .elementor-widget-shortcode .zlm-gf__step legend::after {
  width: 82px !important;
  height: 18px !important;
  margin-top: 11px !important;
  opacity: .68 !important;
}

body .zlm-gf .zlm-gf__hint,
.elementor .elementor-widget-shortcode .zlm-gf__hint {
  margin-bottom: 14px !important;
  font-size: 12px !important;
}

body .zlm-gf .zlm-gf__choices,
.elementor .elementor-widget-shortcode .zlm-gf__choices {
  max-width: 650px !important;
  gap: 14px !important;
  margin-top: 24px !important;
}

body .zlm-gf .zlm-gf__choice,
.elementor .elementor-widget-shortcode .zlm-gf__choice {
  min-height: 118px !important;
  padding: 16px 12px 14px !important;
  border-radius: 14px !important;
  font-size: 17px !important;
  gap: 9px !important;
  box-shadow: 0 8px 18px rgba(84, 67, 43, .045), inset 0 1px 0 rgba(255, 255, 255, .86) !important;
}

body .zlm-gf .zlm-gf__choice:hover,
.elementor .elementor-widget-shortcode .zlm-gf__choice:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 26px rgba(84, 67, 43, .09), 0 0 0 3px var(--choice-soft), inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}

body .zlm-gf .zlm-gf__choice-icon,
.elementor .elementor-widget-shortcode .zlm-gf__choice-icon {
  width: 52px !important;
  height: 52px !important;
  font-size: 24px !important;
}

body .zlm-gf .zlm-gf__choice.is-selected::after,
.elementor .elementor-widget-shortcode .zlm-gf__choice.is-selected::after {
  top: 9px !important;
  right: 9px !important;
  width: 24px !important;
  height: 24px !important;
  font-size: 14px !important;
}

body .zlm-gf .zlm-gf__message,
.elementor .elementor-widget-shortcode .zlm-gf__message {
  min-height: 18px !important;
  margin-top: 16px !important;
  font-size: 13px !important;
}

body .zlm-gf .zlm-gf__navigation,
.elementor .elementor-widget-shortcode .zlm-gf__navigation {
  margin-top: 12px !important;
}

body .zlm-gf .zlm-gf__next,
body .zlm-gf .zlm-gf__submit,
body .zlm-gf .zlm-gf-button,
body .zlm-gf .zlm-gf__restart,
.elementor .elementor-widget-shortcode .zlm-gf__next,
.elementor .elementor-widget-shortcode .zlm-gf__submit,
.elementor .elementor-widget-shortcode .zlm-gf-button,
.elementor .elementor-widget-shortcode .zlm-gf__restart {
  min-width: 210px !important;
  padding: 14px 26px !important;
  font-size: 15px !important;
  box-shadow: 0 10px 22px rgba(204, 92, 68, .22) !important;
}

body .zlm-gf .zlm-gf__navigation::after,
.elementor .elementor-widget-shortcode .zlm-gf__navigation::after {
  margin-top: 74px !important;
  font-size: 11px !important;
}

@media (max-width: 767px) {
  body .zlm-gf .zlm-gf__card,
  .elementor .elementor-widget-shortcode .zlm-gf__card {
    padding: 24px 14px 28px !important;
  }

  body .zlm-gf .zlm-gf__magic-head strong,
  .elementor .elementor-widget-shortcode .zlm-gf__magic-head strong {
    font-size: 28px !important;
  }

  body .zlm-gf .zlm-gf__choice,
  .elementor .elementor-widget-shortcode .zlm-gf__choice {
    min-height: 104px !important;
    font-size: 15px !important;
  }
}

/* Clean premium surface: no decorative shapes behind the questionnaire. */
body .zlm-gf::before,
body .zlm-gf::after,
body .zlm-gf .zlm-gf__card::before,
body .zlm-gf .zlm-gf__card::after,
body .zlm-gf .zlm-gf__form::before,
body .zlm-gf .zlm-gf__form::after,
.elementor .elementor-widget-shortcode .zlm-gf::before,
.elementor .elementor-widget-shortcode .zlm-gf::after,
.elementor .elementor-widget-shortcode .zlm-gf__card::before,
.elementor .elementor-widget-shortcode .zlm-gf__card::after,
.elementor .elementor-widget-shortcode .zlm-gf__form::before,
.elementor .elementor-widget-shortcode .zlm-gf__form::after {
  display: none !important;
  content: none !important;
}

/* Recommendation engine refinements */
body .zlm-gf .zlm-gf-results__summary,
.elementor .elementor-widget-shortcode .zlm-gf-results__summary {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
}

body .zlm-gf .zlm-gf-product__badge,
.elementor .elementor-widget-shortcode .zlm-gf-product__badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin-bottom: 8px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: rgba(221, 114, 89, .1) !important;
  color: var(--zlm-coral) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
}
