/* Extracted from page-feedback.php so it is cached once instead of being re-sent
   inside the HTML on every page view. Enqueued by
   lumoria_enqueue_template_styles() in functions.php. */

    #lumFbSec, #lumFbSec * { box-sizing: border-box; }
    #lumFbSec {
      --fb-mint: #44BDA1;
      --fb-dark: #04272F;
      --fb-ink: #1D1235;
      --fb-copy: rgba(4,39,47,.68);
      --fb-line: rgba(4,39,47,.12);
      --fb-danger: #d9534f;
      font-family: var(--font-primary);
      padding: clamp(48px,6vw,84px) 0 clamp(56px,7vw,96px);
      background: radial-gradient(circle at 88% 6%, rgba(68,189,161,.11), transparent 26rem), #faf9f7;
    }
    #lumFbSec .lum-fb-shell {
      width: 100%;
      max-width: 880px;
      margin: 0 auto;
      padding-inline: clamp(16px,4vw,32px);
    }

    /* ---------------- HEADER ---------------- */
    #lumFbSec .lum-fb-head { text-align: center; margin-bottom: clamp(28px,4vw,40px); }
    #lumFbSec .lum-fb-badge {
      display: inline-flex;
      align-items: center;
      margin-bottom: 16px;
      padding: 8px 20px;
      border: 1px solid rgba(68,189,161,.42);
      border-radius: 999px;
      background: rgba(68,189,161,.06);
      color: #188f77;
      font-size: 13px;
      font-weight: var(--fw-semibold);
      letter-spacing: var(--ls-eyebrow);
      text-transform: uppercase;
    }
    #lumFbSec .lum-fb-title {
      margin: 0 0 14px;
      color: var(--fb-ink);
      font-family: var(--font-display);
      font-size: var(--text-h2);
      font-weight: var(--fw-heading);
      letter-spacing: var(--ls-h2);
      line-height: 1.15;
    }
    #lumFbSec .lum-fb-lead {
      margin: 0 auto;
      max-width: 640px;
      color: var(--fb-copy);
      font-size: clamp(15px,1.4vw,16.5px);
      line-height: var(--lh-prose);
    }

    /* ---------------- STEPPER ---------------- */
    #lumFbSec .lum-fb-steps {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin: 0 0 clamp(24px,3vw,32px);
      padding: 0;
      list-style: none;
    }
    #lumFbSec .lum-fb-steps li {
      display: flex;
      align-items: center;
      gap: 9px;
      color: var(--fb-copy);
      font-size: 13.5px;
      font-weight: var(--fw-medium);
    }
    #lumFbSec .lum-fb-steps li::after {
      content: "";
      width: clamp(14px,3vw,34px);
      height: 1.5px;
      margin-inline-start: 8px;
      border-radius: 2px;
      background: var(--fb-line);
    }
    #lumFbSec .lum-fb-steps li:last-child::after { display: none; }
    #lumFbSec .lum-fb-steps .lum-fb-dot {
      display: grid;
      place-items: center;
      width: 27px;
      height: 27px;
      flex: 0 0 27px;
      border: 1.5px solid var(--fb-line);
      border-radius: 50%;
      background: #fff;
      font-size: 13px;
      font-weight: var(--fw-semibold);
      transition: background .25s ease, border-color .25s ease, color .25s ease;
    }
    #lumFbSec .lum-fb-steps li.is-active { color: var(--fb-ink); font-weight: var(--fw-semibold); }
    #lumFbSec .lum-fb-steps li.is-active .lum-fb-dot,
    #lumFbSec .lum-fb-steps li.is-done .lum-fb-dot {
      border-color: var(--fb-mint);
      background: var(--fb-mint);
      color: #fff;
    }
    #lumFbSec .lum-fb-steps li.is-done::after { background: var(--fb-mint); }
    #lumFbSec .lum-fb-steps .lum-fb-step-label { display: inline; }

    /* ---------------- CARDS ---------------- */
    #lumFbSec .lum-fb-card {
      margin-bottom: 18px;
      padding: clamp(24px,3.4vw,34px) clamp(22px,3.4vw,38px);
      border: 1px solid rgba(4,39,47,.09);
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 14px 36px rgba(4,39,47,.06);
    }
    #lumFbSec .lum-fb-card.lum-fb-intro-card { border-top: 4px solid var(--fb-mint); }
    #lumFbSec .lum-fb-intro {
      margin: 0;
      color: var(--fb-ink);
      font-size: 17px;
      font-weight: var(--fw-semibold);
      line-height: 1.5;
    }
    #lumFbSec .lum-fb-meta {
      margin: 18px 0 0;
      padding-top: 16px;
      border-top: 1px solid var(--fb-line);
      color: var(--fb-copy);
      font-size: 13px;
      line-height: 1.6;
    }
    #lumFbSec .lum-fb-required { margin: 8px 0 0; color: var(--fb-danger); font-size: 13px; }

    #lumFbSec .lum-fb-section-title {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 26px 0 16px;
      color: var(--fb-ink);
      font-size: 15px;
      font-weight: var(--fw-semibold);
      letter-spacing: var(--ls-eyebrow);
      text-transform: uppercase;
    }
    #lumFbSec .lum-fb-section-title:first-child { margin-top: 0; }
    #lumFbSec .lum-fb-section-title::after {
      content: "";
      height: 1px;
      flex: 1;
      background: var(--fb-line);
    }

    /* ---------------- FIELDS ---------------- */
    #lumFbSec .lum-fb-field { display: flex; flex-direction: column; min-width: 0; margin-bottom: 20px; }
    #lumFbSec .lum-fb-field:last-child { margin-bottom: 0; }
    #lumFbSec .lum-fb-field > label,
    #lumFbSec .lum-fb-legend {
      margin-bottom: 8px;
      color: var(--fb-ink);
      font-size: 14px;
      font-weight: var(--fw-semibold);
    }
    #lumFbSec .lum-fb-req { color: var(--fb-danger); margin-inline-start: 3px; }
    #lumFbSec .lum-fb-help {
      margin: -3px 0 10px;
      color: var(--fb-copy);
      font-size: 13px;
      line-height: 1.55;
    }

    #lumFbSec .lum-fb-field input[type="text"],
    #lumFbSec .lum-fb-field input[type="tel"],
    #lumFbSec .lum-fb-field input[type="email"],
    #lumFbSec .lum-fb-field input[type="date"],
    #lumFbSec .lum-fb-field input[type="time"] {
      height: 50px;
      width: 100%;
      padding: 0 20px;
      border: 1px solid var(--fb-line);
      border-radius: 999px;
      background: #fff;
      font-family: inherit;
      font-size: 14.5px;
      color: var(--fb-ink);
      transition: border-color .2s ease, box-shadow .2s ease;
    }
    #lumFbSec .lum-fb-field textarea {
      width: 100%;
      min-height: 130px;
      padding: 16px 20px;
      border: 1px solid var(--fb-line);
      border-radius: 22px;
      background: #fff;
      font-family: inherit;
      font-size: 14.5px;
      line-height: 1.6;
      color: var(--fb-ink);
      resize: vertical;
      transition: border-color .2s ease, box-shadow .2s ease;
    }
    #lumFbSec .lum-fb-field input::placeholder,
    #lumFbSec .lum-fb-field textarea::placeholder { color: rgba(4,39,47,.4); }
    #lumFbSec .lum-fb-field input:focus,
    #lumFbSec .lum-fb-field textarea:focus {
      outline: none;
      border-color: var(--fb-mint);
      box-shadow: 0 0 0 3px rgba(68,189,161,.18);
    }

    #lumFbSec .lum-fb-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0 24px;
    }
    #lumFbSec .lum-fb-grid .lum-fb-full { grid-column: 1 / -1; }

    /* ---------------- OPTIONS ---------------- */
    #lumFbSec .lum-fb-options { display: grid; gap: 10px; }
    #lumFbSec .lum-fb-options.is-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #lumFbSec .lum-fb-options.is-inline { grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); }

    #lumFbSec .lum-fb-option {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 15px 18px;
      border: 1px solid var(--fb-line);
      border-radius: 16px;
      background: #fff;
      cursor: pointer;
      line-height: 1.45;
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }
    #lumFbSec .lum-fb-option:hover { border-color: rgba(68,189,161,.5); }
    #lumFbSec .lum-fb-option input {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0,0,0,0);
      white-space: nowrap;
      border: 0;
    }
    #lumFbSec .lum-fb-mark {
      position: relative;
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      margin-top: 1px;
      border: 1.5px solid rgba(4,39,47,.3);
      border-radius: 50%;
      transition: border-color .2s ease;
    }
    #lumFbSec .lum-fb-mark::after {
      content: "";
      position: absolute;
      inset: 4px;
      border-radius: 50%;
      background: var(--fb-mint);
      transform: scale(0);
      transition: transform .18s ease;
    }
    #lumFbSec .lum-fb-option input:checked ~ .lum-fb-mark { border-color: var(--fb-mint); }
    #lumFbSec .lum-fb-option input:checked ~ .lum-fb-mark::after { transform: scale(1); }
    #lumFbSec .lum-fb-option:has(input:checked) {
      border-color: var(--fb-mint);
      background: rgba(68,189,161,.06);
      box-shadow: 0 0 0 1px rgba(68,189,161,.35);
    }
    #lumFbSec .lum-fb-option input:focus-visible ~ .lum-fb-mark {
      outline: 2px solid var(--fb-mint);
      outline-offset: 3px;
    }
    #lumFbSec .lum-fb-option-body { min-width: 0; }
    #lumFbSec .lum-fb-option-title {
      display: block;
      color: var(--fb-ink);
      font-size: 14.5px;
      font-weight: var(--fw-medium);
    }
    #lumFbSec .lum-fb-option-desc {
      display: block;
      margin-top: 3px;
      color: var(--fb-copy);
      font-size: 13px;
      line-height: 1.5;
    }
    #lumFbSec .lum-fb-other-input {
      width: 100%;
      max-width: 260px;
      margin-top: 8px;
      padding: 7px 0;
      border: 0;
      border-bottom: 1px solid var(--fb-line);
      background: transparent;
      font-family: inherit;
      font-size: 14px;
      color: var(--fb-ink);
    }
    #lumFbSec .lum-fb-other-input:focus { outline: none; border-bottom-color: var(--fb-mint); }

    /* ---------------- UPLOAD ---------------- */
    #lumFbSec .lum-fb-upload {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      align-self: flex-start;
      padding: 12px 22px;
      border: 1px dashed rgba(68,189,161,.55);
      border-radius: 999px;
      background: rgba(68,189,161,.05);
      color: #188f77;
      font-size: 14px;
      font-weight: var(--fw-semibold);
      cursor: pointer;
      transition: background .2s ease, border-color .2s ease;
    }
    #lumFbSec .lum-fb-upload:hover { background: rgba(68,189,161,.12); border-color: var(--fb-mint); }
    #lumFbSec .lum-fb-upload input { display: none; }
    #lumFbSec .lum-fb-file-status { margin-top: 10px; color: var(--fb-copy); font-size: 13px; }
    #lumFbSec .lum-fb-file-status.is-error { color: var(--fb-danger); font-weight: var(--fw-medium); }

    /* ---------------- ERRORS ---------------- */
    #lumFbSec .lum-fb-error {
      display: none;
      margin-top: 7px;
      color: var(--fb-danger);
      font-size: var(--text-xs);
    }
    #lumFbSec .lum-fb-field.is-invalid .lum-fb-error { display: block; }
    #lumFbSec .lum-fb-field.is-invalid input[type="text"],
    #lumFbSec .lum-fb-field.is-invalid input[type="tel"],
    #lumFbSec .lum-fb-field.is-invalid input[type="email"],
    #lumFbSec .lum-fb-field.is-invalid textarea { border-color: var(--fb-danger); }
    #lumFbSec .lum-fb-field.is-invalid .lum-fb-option { border-color: rgba(217,83,79,.45); }

    /* ---------------- ACTIONS ---------------- */
    #lumFbSec .lum-fb-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-top: 4px;
    }
    #lumFbSec .lum-fb-actions-left { display: flex; align-items: center; gap: 10px; }
    #lumFbSec .lum-fb-btn {
      height: 52px;
      min-width: 130px;
      padding: 0 30px;
      border: 1px solid var(--fb-line);
      border-radius: 999px;
      background: #fff;
      color: var(--fb-ink);
      font-family: inherit;
      font-size: 14.5px;
      font-weight: var(--fw-semibold);
      cursor: pointer;
      transition: border-color .2s ease, background .2s ease, transform .15s ease, box-shadow .25s ease;
    }
    #lumFbSec .lum-fb-btn:hover { border-color: rgba(4,39,47,.3); }
    #lumFbSec .lum-fb-btn.is-primary {
      border-color: var(--fb-mint);
      background: var(--fb-mint);
      color: #fff;
      box-shadow: 0 14px 30px -14px rgba(68,189,161,.7);
    }
    #lumFbSec .lum-fb-btn.is-primary:hover { background: var(--fb-dark); border-color: var(--fb-dark); }
    #lumFbSec .lum-fb-btn:active { transform: translateY(1px); }
    #lumFbSec .lum-fb-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
    #lumFbSec .lum-fb-clear {
      border: 0;
      background: none;
      padding: 10px 4px;
      color: var(--fb-copy);
      font-family: inherit;
      font-size: 14px;
      cursor: pointer;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    #lumFbSec .lum-fb-clear:hover { color: var(--fb-ink); }

    #lumFbSec .lum-fb-status {
      display: none;
      margin: 14px 0 0;
      text-align: center;
      font-size: var(--text-sm);
      font-weight: var(--fw-semibold);
    }
    #lumFbSec .lum-fb-status.is-shown { display: block; }
    #lumFbSec .lum-fb-status.is-error { color: var(--fb-danger); }
    #lumFbSec .lum-fb-note {
      margin: 20px 0 0;
      text-align: center;
      color: var(--fb-copy);
      font-size: var(--text-xs);
      line-height: 1.7;
    }

    /* ---------------- SUCCESS ---------------- */
    #lumFbSec .lum-fb-done { text-align: center; padding: clamp(44px,6vw,64px) clamp(24px,4vw,44px); }
    #lumFbSec .lum-fb-done-icon {
      display: grid;
      place-items: center;
      width: 62px;
      height: 62px;
      margin: 0 auto 22px;
      border-radius: 50%;
      background: rgba(68,189,161,.12);
      color: var(--fb-mint);
    }
    #lumFbSec .lum-fb-done h2 {
      margin: 0 0 10px;
      color: var(--fb-ink);
      font-family: var(--font-display);
      font-size: var(--text-h3);
      font-weight: var(--fw-heading);
      letter-spacing: var(--ls-h2);
    }
    #lumFbSec .lum-fb-done p { margin: 0; color: var(--fb-copy); font-size: 16px; line-height: 1.7; }
    #lumFbSec .lum-fb-ref {
      display: inline-flex;
      flex-direction: column;
      gap: 6px;
      margin: 26px 0 18px;
      padding: 18px 34px;
      border: 1px dashed rgba(68,189,161,.5);
      border-radius: 18px;
      background: rgba(68,189,161,.06);
    }
    #lumFbSec .lum-fb-ref-label {
      color: var(--fb-copy);
      font-size: 12px;
      letter-spacing: var(--ls-eyebrow);
      text-transform: uppercase;
    }
    #lumFbSec .lum-fb-ref-value {
      color: var(--fb-dark);
      font-size: 26px;
      font-weight: var(--fw-bold);
      letter-spacing: .04em;
    }

    #lumFbSec [hidden] { display: none !important; }

    @media (max-width: 720px) {
      #lumFbSec .lum-fb-grid { grid-template-columns: minmax(0, 1fr); }
      #lumFbSec .lum-fb-options.is-wide { grid-template-columns: minmax(0, 1fr); }
      #lumFbSec .lum-fb-steps .lum-fb-step-label { display: none; }
      #lumFbSec .lum-fb-actions { flex-direction: column-reverse; align-items: stretch; }
      #lumFbSec .lum-fb-actions-left { width: 100%; }
      #lumFbSec .lum-fb-btn { flex: 1; min-width: 0; padding: 0 18px; }
    }
    @media (max-width: 430px) {
      #lumFbSec .lum-fb-options.is-inline { grid-auto-flow: row; }
      #lumFbSec .lum-fb-card { border-radius: 18px; }
    }
    @media (prefers-reduced-motion: reduce) {
      #lumFbSec .lum-fb-option, #lumFbSec .lum-fb-mark::after, #lumFbSec .lum-fb-btn, #lumFbSec .lum-fb-dot { transition: none; }
    }
  
