.nfc-wrap,
.nfc-wrap * { box-sizing: border-box; }
.nfc-wrap {
  --nfc-gold: #e8b22e;
  --nfc-dark: #171717;
  --nfc-panel: #1d1d1d;
  --nfc-field: #292929;
  --nfc-muted: #d2d2d2;
  --nfc-line: #454545;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.nfc-header { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.nfc-eyebrow { display: block; color: var(--nfc-gold); font-size: 12px; font-weight: 900; letter-spacing: 2px; margin-bottom: 8px; }
.nfc-header h2 { color: #fff; font-size: clamp(30px, 5vw, 48px); line-height: 1.05; margin: 0 0 12px; }
.nfc-header p { color: var(--nfc-muted); font-size: 17px; line-height: 1.6; margin: 0; }
.nfc-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.nfc-card { background: var(--nfc-panel); border: 1px solid var(--nfc-line); border-top: 4px solid var(--nfc-gold); border-radius: 16px; padding: clamp(20px, 3vw, 34px); box-shadow: 0 14px 38px rgba(0,0,0,.3); }
.nfc-card-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 26px; }
.nfc-step { display: inline-grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; background: var(--nfc-gold); border-radius: 50%; color: #111; font-size: 16px; font-weight: 900; }
.nfc-card-heading h3 { color: #fff; font-size: 23px; line-height: 1.2; margin: 2px 0 5px; }
.nfc-card-heading p { color: var(--nfc-muted); font-size: 14px; margin: 0; }
.nfc-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.nfc-field { display: block; min-width: 0; width: 100%; }
.nfc-field-full { grid-column: 1 / -1; }
.nfc-field > span { display: block; color: #fff; font-size: 13px; font-weight: 800; margin: 0 0 7px; }
.nfc-inventory-field { padding: 15px; border: 1px solid #66531f; border-radius: 10px; background: #19170f; }
.nfc-inventory-field > span { color: var(--nfc-gold) !important; font-size: 14px; }
.nfc-inventory-help { display: block; margin: 8px 0 0; color: #c9c9c9; font-size: 11px; line-height: 1.45; }
.nfc-credit-estimator { padding: 15px; border: 1px solid #66531f; border-radius: 10px; background: #19170f; }
.nfc-credit-estimator > span { color: var(--nfc-gold) !important; font-size: 14px; }
.nfc-credit-help { display: block; margin: 8px 0 0; color: #c9c9c9; font-size: 11px; line-height: 1.45; }
.nfc-wrap input:not([type="checkbox"]),
.nfc-wrap select {
  width: 100%; height: 48px; border: 1px solid #555; border-radius: 8px; background: var(--nfc-field); color: #fff;
  font: inherit; font-size: 15px; outline: none; padding: 0 13px; transition: border-color .2s, box-shadow .2s;
  color-scheme: dark;
}
.nfc-wrap input::placeholder { color: #b8b8b8; opacity: 1; }
.nfc-wrap select option { background: #242424; color: #fff; }
.nfc-wrap input:focus,
.nfc-wrap select:focus { border-color: var(--nfc-gold); box-shadow: 0 0 0 3px rgba(232,178,46,.22); }
.nfc-input-affix { display: flex; align-items: center; height: 48px; border: 1px solid #555; border-radius: 8px; overflow: hidden; background: var(--nfc-field); }
.nfc-input-affix:focus-within { border-color: var(--nfc-gold); box-shadow: 0 0 0 3px rgba(232,178,46,.22); }
.nfc-input-affix b { display: grid; align-self: stretch; min-width: 40px; place-items: center; background: var(--nfc-gold) !important; color: #111 !important; font-size: 15px; }
.nfc-wrap .nfc-input-affix input { height: 46px; border: 0; border-radius: 0; box-shadow: none; }
.nfc-affix-right b { order: 2; }
.nfc-result { background: #0d0d0d; border: 1px solid #3f3f3f; border-bottom: 5px solid var(--nfc-gold); border-radius: 12px; color: #fff; margin-top: 24px; padding: 24px; text-align: center; }
.nfc-result > span { display: block; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; }
.nfc-result strong { display: block; color: var(--nfc-gold); font-size: clamp(42px, 7vw, 62px); line-height: 1.1; margin: 5px 0; }
.nfc-result small { color: #d5d5d5; font-size: 12px; }
.nfc-disclaimer, .nfc-form-note { color: #d0d0d0; font-size: 11px; line-height: 1.5; margin: 13px 0 0; }
.nfc-consent { display: flex; gap: 10px; align-items: flex-start; color: #fff; cursor: pointer; font-size: 12px; line-height: 1.45; margin: 20px 0; }
.nfc-consent input { flex: 0 0 18px; width: 18px; height: 18px; accent-color: var(--nfc-gold); margin: 0; }
.nfc-wrap .nfc-submit { display: flex; justify-content: center; align-items: center; gap: 12px; width: 100%; min-height: 54px; border: 0; border-radius: 9px; background: var(--nfc-gold) !important; color: #111 !important; cursor: pointer; font-size: 16px; font-weight: 900; padding: 14px 20px; transition: transform .2s, filter .2s; }
.nfc-wrap .nfc-submit span,
.nfc-wrap .nfc-submit i { color: #111 !important; }
.nfc-submit:hover { filter: brightness(.94); transform: translateY(-1px); }
.nfc-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.nfc-submit i { font-style: normal; font-size: 21px; }
.nfc-submit.is-loading i { animation: nfc-pulse .7s infinite alternate; }
.nfc-message { border-radius: 8px; display: none; font-size: 14px; font-weight: 700; line-height: 1.45; margin-top: 14px; padding: 12px 14px; }
.nfc-message.nfc-success, .nfc-message.nfc-error { display: block; }
.nfc-success { background: #eaf7ed; border: 1px solid #8ccb98; color: #1f632d; }
.nfc-error { background: #fff0f0; border: 1px solid #e5a1a1; color: #9b1c1c; }
.nfc-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
/* Protect the dark brand theme from Elementor and active-theme form overrides. */
.nfc-wrap .nfc-eyebrow { color: var(--nfc-gold) !important; }
.nfc-wrap .nfc-step { background: var(--nfc-gold) !important; color: #111 !important; }
.nfc-wrap .nfc-header h2,
.nfc-wrap .nfc-card-heading h3,
.nfc-wrap .nfc-field > span,
.nfc-wrap .nfc-consent { color: #fff !important; }
.nfc-wrap .nfc-header p,
.nfc-wrap .nfc-card-heading p { color: var(--nfc-muted) !important; }
.nfc-wrap .nfc-disclaimer,
.nfc-wrap .nfc-form-note { color: #d0d0d0 !important; }
.nfc-wrap .nfc-card { background: var(--nfc-panel) !important; }
.nfc-wrap input:not([type="checkbox"]),
.nfc-wrap select {
  background-color: var(--nfc-field) !important;
  border-color: #555 !important;
  color: #fff !important;
}
@keyframes nfc-pulse { to { transform: translateX(5px); } }
@media (max-width: 900px) { .nfc-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .nfc-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px auto !important;
    padding: 0 10px !important;
    overflow: visible !important;
  }
  .nfc-wrap .nfc-header {
    width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 0 6px !important;
  }
  .nfc-wrap .nfc-header h2 {
    color: #fff !important;
    margin: 0 0 12px !important;
    font-size: 34px !important;
    line-height: 1.08 !important;
  }
  .nfc-wrap .nfc-header p {
    color: var(--nfc-muted) !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
  .nfc-wrap .nfc-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
    width: 100% !important;
  }
  .nfc-wrap .nfc-card {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 22px 17px !important;
    border-radius: 12px !important;
    background: var(--nfc-panel) !important;
    border-color: var(--nfc-line) !important;
    border-top: 4px solid var(--nfc-gold) !important;
  }
  .nfc-wrap .nfc-card-heading {
    display: flex !important;
    gap: 12px !important;
    margin: 0 0 24px !important;
  }
  .nfc-wrap .nfc-card-heading h3 {
    color: #fff !important;
    margin: 2px 0 6px !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
  }
  .nfc-wrap .nfc-card-heading p {
    color: var(--nfc-muted) !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
  .nfc-wrap .nfc-field-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    width: 100% !important;
  }
  .nfc-wrap .nfc-field,
  .nfc-wrap .nfc-field-full {
    display: block !important;
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .nfc-wrap .nfc-inventory-field {
    padding: 14px !important;
    border: 1px solid #66531f !important;
    background: #19170f !important;
  }
  .nfc-wrap .nfc-inventory-help {
    margin: 8px 0 0 !important;
    color: #c9c9c9 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
  .nfc-wrap .nfc-credit-estimator {
    padding: 14px !important;
    border: 1px solid #66531f !important;
    background: #19170f !important;
  }
  .nfc-wrap .nfc-credit-help {
    display: block !important;
    margin: 8px 0 0 !important;
    color: #c9c9c9 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
  .nfc-wrap .nfc-field > span {
    display: block !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #fff !important;
  }
  .nfc-wrap .nfc-field input:not([type="checkbox"]),
  .nfc-wrap .nfc-field select {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    border: 1px solid #555 !important;
    border-radius: 8px !important;
    background-color: var(--nfc-field) !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    padding: 0 13px !important;
  }
  .nfc-wrap .nfc-input-affix {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    border: 1px solid #555 !important;
    border-radius: 8px !important;
    background: var(--nfc-field) !important;
  }
  .nfc-wrap .nfc-input-affix input:not([type="checkbox"]) {
    height: 50px !important;
    min-height: 50px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .nfc-wrap .nfc-input-affix b {
    min-width: 42px !important;
    font-size: 15px !important;
  }
  .nfc-wrap .nfc-result {
    width: 100% !important;
    margin: 24px 0 0 !important;
    padding: 22px 14px !important;
  }
  .nfc-wrap .nfc-result strong {
    margin: 6px 0 !important;
    font-size: 46px !important;
  }
  .nfc-wrap .nfc-result small {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .nfc-wrap .nfc-consent {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    gap: 11px !important;
    width: 100% !important;
    margin: 24px 0 20px !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .nfc-wrap .nfc-consent input[type="checkbox"] {
    display: block !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
  }
  .nfc-wrap .nfc-submit {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    border: 0 !important;
    border-radius: 9px !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    background: var(--nfc-gold) !important;
    color: #111 !important;
  }
  .nfc-wrap .nfc-form-note,
  .nfc-wrap .nfc-disclaimer {
    display: block !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    color: #d0d0d0 !important;
  }
  .nfc-wrap .nfc-message {
    width: 100% !important;
    margin: 14px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nfc-wrap *, .nfc-wrap *::before, .nfc-wrap *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
