/* public/frontend/assets/css/pages/order-request.css */

/* ==========================================================================
   ORDER REQUEST (Cart + Form + Success) — Scoped, non-conflicting UI
   Scope:
   - Cart/Form:  #orderRequestCartPage
   - Success:    #orderRequestSuccessPage
   Notes:
   - No global overrides; no checkbox conflicts (ONLY fp-check for consents)
   - Minimal !important only where theme forces appearance/hover
   ========================================================================== */

/* Shared tokens (duplicate on both roots to keep scope) */
#orderRequestCartPage,
#orderRequestSuccessPage{
  --fp-border: rgba(15,23,42,.08);
  --fp-border-2: rgba(15,23,42,.06);
  --fp-text: rgba(15,23,42,.92);
  --fp-muted: rgba(15,23,42,.65);
  --fp-muted-2: rgba(15,23,42,.62);
  --fp-shadow: 0 18px 45px rgba(2,6,23,.08);
  --fp-shadow-soft: 0 18px 45px rgba(2,6,23,.06);
  --fp-hover: rgba(2,6,23,.015);
  --fp-soft-bg: rgba(2,6,23,.04);
  --fp-soft-btn-bg: #eef2ff;
  --fp-ring: rgba(13,110,253,.15);
  --fp-accent: #0d6efd;
}

/* =====================================================================
   STEP 1: CART — Modern Card + Table + Hover/Button Fix
   ===================================================================== */

#orderRequestCartPage .fp-cart-card{
  background:#fff;
  border:1px solid var(--fp-border);
  border-radius:18px;
  box-shadow:var(--fp-shadow);
  overflow:hidden;
}

#orderRequestCartPage .fp-cart-card__header{
  padding:22px 22px 18px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid var(--fp-border-2);
  background:
    radial-gradient(900px 180px at 0% 0%, rgba(0,131,193,.10), transparent 55%),
    radial-gradient(900px 180px at 100% 0%, rgba(1,125,63,.10), transparent 55%),
    #fff;
}

#orderRequestCartPage .fp-cart-title h2{
  font-size:30px;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--color-secondary);
}

#orderRequestCartPage .fp-cart-subtitle{
  margin-top:6px;
  color:var(--fp-muted);
  font-size:14px;
}

#orderRequestCartPage .fp-cart-meta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

#orderRequestCartPage .fp-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--fp-soft-bg);
  border:1px solid var(--fp-border);
}

#orderRequestCartPage .fp-pill__label{
  font-size:12px;
  color:var(--fp-muted);
  font-weight:600;
}

#orderRequestCartPage .fp-pill__value{
  font-size:13px;
  font-weight:800;
  color:var(--fp-text);
  min-width:20px;
  text-align:center;
}

#orderRequestCartPage .fp-btn-soft{
  border-radius:12px;
  padding:10px 14px;
}

#orderRequestCartPage .fp-btn-primary{
  border-radius:12px;
  padding:10px 16px;
}

#orderRequestCartPage .fp-cart-card__body{
  padding:18px 22px 22px;
}

/* Table polish */
#orderRequestCartPage .fp-table thead th{
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--fp-muted);
  border-bottom:1px solid rgba(15,23,42,.10) !important;
  padding:14px 12px;
}

#orderRequestCartPage .fp-table tbody td{
  padding:16px 12px;
  border-top:1px solid var(--fp-border-2) !important;
}

/* Hover behavior (theme override) */
#orderRequestCartPage .fp-table table tbody tr:hover > *{
  background-color: transparent !important;
}
#orderRequestCartPage .fp-table tbody tr.fp-cart-main-row:hover > *{
  background-color: var(--fp-hover) !important;
}
#orderRequestCartPage .fp-table tbody tr.fp-cart-detail-row:hover > *{
  background-color: transparent !important;
}
#orderRequestCartPage .fp-cart-detail-row td{
  border-top:0 !important;
}

/* Buttons + stepper */
#orderRequestCartPage .fp-table .fp-stepper{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

/* Toggle (Detay) */
#orderRequestCartPage .js-cart-toggle{
  border:1px solid rgba(0,0,0,.10) !important;
  background:#fff !important;
  color:#0f172a !important;
  border-radius:999px !important;
  padding:6px 10px !important;
  line-height:1 !important;
  min-width:64px !important;
}

#orderRequestCartPage .fp-cart-main-row:hover .js-cart-toggle,
#orderRequestCartPage .js-cart-toggle:hover,
#orderRequestCartPage .js-cart-toggle:focus{
  background:var(--fp-soft-btn-bg) !important;
  border-color:rgba(0,0,0,.14) !important;
  color:#0f172a !important;
}

/* Stepper buttons */
#orderRequestCartPage .js-cart-minus,
#orderRequestCartPage .js-cart-plus{
  border:1px solid rgba(0,0,0,.12) !important;
  background:#fff !important;
  color:#0f172a !important;
  border-radius:10px !important;
  box-shadow:none !important;
  min-width:34px !important;
  padding:6px 10px !important;
  line-height:1 !important;
}

#orderRequestCartPage .fp-cart-main-row:hover .js-cart-minus,
#orderRequestCartPage .fp-cart-main-row:hover .js-cart-plus,
#orderRequestCartPage .js-cart-minus:hover,
#orderRequestCartPage .js-cart-plus:hover,
#orderRequestCartPage .js-cart-minus:focus,
#orderRequestCartPage .js-cart-plus:focus{
  background:var(--fp-soft-btn-bg) !important;
  border-color:rgba(0,0,0,.16) !important;
  color:#0f172a !important;
}

/* Qty input */
#orderRequestCartPage .js-cart-qty{
  border:1px solid rgba(0,0,0,.16) !important;
  background:#fff !important;
  color:#0f172a !important;
  border-radius:10px !important;
  box-shadow:none !important;
  width:56px !important;
  padding:6px 8px !important;
}

#orderRequestCartPage .fp-cart-main-row:hover .js-cart-qty{
  border-color:rgba(0,0,0,.20) !important;
}

/* Remove button */
#orderRequestCartPage .js-cart-remove{
  border-radius:12px !important;
}
#orderRequestCartPage .fp-cart-main-row:hover .js-cart-remove{
  background:#fff !important;
}

/* Mobile */
@media (max-width: 991px){
  #orderRequestCartPage .fp-cart-card__header{
    flex-direction:column;
    align-items:flex-start;
  }
  #orderRequestCartPage .fp-cart-meta{
    justify-content:flex-start;
  }
  #orderRequestCartPage .fp-cart-title h2{
    font-size:26px;
  }
}

/* =====================================================================
   STEP 2: FORM — Radio Fix + Summary + Payment + Consents
   ===================================================================== */

/* ✅ RADIO FIX (only radios) */
#orderRequestCartPage .form-check{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
#orderRequestCartPage .form-check-label{
  margin:0;
  line-height:1.2;
  cursor:pointer;
}
#orderRequestCartPage .form-check-input[type="radio"]{
  border-radius:999px !important;
  -webkit-appearance: auto !important;
  appearance: auto !important;

  width:18px;
  height:18px;
  flex:0 0 18px;
  margin-top:0.15rem;

  accent-color: var(--fp-accent);
  background-image:none !important;
}
#orderRequestCartPage .form-check-input[type="radio"]:focus{
  outline:none;
  box-shadow:0 0 0 .2rem var(--fp-ring);
}
#orderRequestCartPage .form-check-input[type="radio"]::before,
#orderRequestCartPage .form-check-input[type="radio"]::after{
  content:none !important;
}

/* Summary */
#orderRequestCartPage .fp-form-summary{
  background:#fff;
  border:1px solid var(--fp-border);
  border-radius:18px;
  box-shadow:var(--fp-shadow-soft);
  overflow:hidden;
}
#orderRequestCartPage .fp-form-summary__head{
  padding:16px 18px 12px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid var(--fp-border-2);
}
#orderRequestCartPage .fp-form-summary__title{
  font-weight:900;
  font-size:16px;
  color:var(--fp-text);
}
#orderRequestCartPage .fp-form-summary__sub{
  margin-top:4px;
  font-size:13px;
  color:var(--fp-muted-2);
}
#orderRequestCartPage .fp-form-summary__pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* Payment */
#orderRequestCartPage .fp-payment{
  background:#fff;
  border:1px solid var(--fp-border);
  border-radius:18px;
  box-shadow:var(--fp-shadow-soft);
  overflow:hidden;
}
#orderRequestCartPage .fp-payment__head{
  padding:16px 18px 12px;
  border-bottom:1px solid var(--fp-border-2);
}
#orderRequestCartPage .fp-payment__title{
  font-weight:900;
  font-size:16px;
  color:var(--fp-text);
}
#orderRequestCartPage .fp-payment__sub{
  margin-top:4px;
  font-size:13px;
  color:var(--fp-muted-2);
}
#orderRequestCartPage .fp-payment__grid{
  padding:14px 18px 18px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:12px;
}
#orderRequestCartPage .fp-pay{
  display:block;
  cursor:pointer;
  position:relative;
}
#orderRequestCartPage .fp-pay__input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
#orderRequestCartPage .fp-pay__ui{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:14px 14px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  min-height:78px;
  position:relative;
}
#orderRequestCartPage .fp-pay__title{
  font-weight:900;
  color:var(--fp-text);
}
#orderRequestCartPage .fp-pay__desc{
  font-size:12px;
  color:var(--fp-muted-2);
}
#orderRequestCartPage .fp-pay:hover .fp-pay__ui{
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(2,6,23,.06);
}
#orderRequestCartPage .fp-pay__input:checked + .fp-pay__ui{
  border-color: rgba(13,110,253,.35);
  box-shadow: 0 0 0 .18rem rgba(13,110,253,.12);
}
#orderRequestCartPage .fp-pay__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  width:max-content;
  border:1px solid rgba(13,110,253,.22);
  background: rgba(13,110,253,.08);
  color: rgba(13,110,253,.95);
  margin-top:4px;
}
#orderRequestCartPage .fp-pay__badge--muted{
  border-color: rgba(15,23,42,.14);
  background: rgba(2,6,23,.03);
  color: rgba(15,23,42,.70);
}
#orderRequestCartPage .fp-payment__details{
  padding: 0 18px 18px;
}

/* Transfer details (fp-iban2) */
#orderRequestCartPage .fp-iban2{
  border:1px solid var(--fp-border);
  border-radius:18px;
  background:
    radial-gradient(900px 160px at 0% 0%, rgba(13,110,253,.06), transparent 60%),
    #fff;
  padding:16px;
}
#orderRequestCartPage .fp-iban2__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding-bottom:12px;
  border-bottom:1px solid var(--fp-border-2);
}
#orderRequestCartPage .fp-iban2__title{
  font-weight:900;
  color:var(--fp-text);
  font-size:14px;
}
#orderRequestCartPage .fp-iban2__sub{
  margin-top:4px;
  font-size:12px;
  color:var(--fp-muted-2);
}
#orderRequestCartPage .fp-iban2__hintpill{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(2,6,23,.02);
  font-size:12px;
  color: rgba(15,23,42,.70);
  white-space:nowrap;
}
#orderRequestCartPage .fp-iban2__grid{
  margin-top:12px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:12px;
}
#orderRequestCartPage .fp-iban2__card{
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  border-radius:16px;
  padding:12px;
  box-shadow: 0 10px 22px rgba(2,6,23,.04);
}
#orderRequestCartPage .fp-iban2__bankrow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
#orderRequestCartPage .fp-iban2__bank{
  font-weight:900;
  color:var(--fp-text);
  font-size:13px;
}
#orderRequestCartPage .fp-iban2__iban{
  margin-top:8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:13px;
  color: rgba(15,23,42,.82);
  border-radius:12px;
  padding:10px 10px;
  background: rgba(2,6,23,.03);
  border:1px dashed rgba(15,23,42,.14);
  word-break: break-word;
}
#orderRequestCartPage .fp-copy2{
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  color: rgba(15,23,42,.80);
  border-radius:12px;
  padding:6px 10px;
  font-weight:800;
  font-size:12px;
  line-height:1;
}
#orderRequestCartPage .fp-copy2:hover{
  background: rgba(13,110,253,.06);
  border-color: rgba(13,110,253,.22);
}
#orderRequestCartPage .fp-toast{
  margin-top:12px;
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:12px;
  background: rgba(13,110,253,.10);
  border:1px solid rgba(13,110,253,.20);
  color: rgba(15,23,42,.78);
  font-weight:900;
  font-size:12px;
}

/* Card note */
#orderRequestCartPage .fp-cardnote{
  border:1px solid var(--fp-border);
  border-radius:18px;
  background:#fff;
  padding:16px;
  box-shadow: 0 10px 22px rgba(2,6,23,.04);
}
#orderRequestCartPage .fp-cardnote__title{
  font-weight:900;
  color:var(--fp-text);
}
#orderRequestCartPage .fp-cardnote__text{
  margin-top:6px;
  font-size:13px;
  color:var(--fp-muted-2);
}

/* ---------------------------------------------------------------------
   Policy note (return/withdrawal) — modern info card
   - Used in Step 2 between Payment and Consents
   - Fully scoped and theme-safe
   --------------------------------------------------------------------- */
#orderRequestCartPage .fp-policy-note{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px 16px;
  border-radius:16px;
  background:
    radial-gradient(900px 160px at 0% 0%, rgba(13,110,253,.08), transparent 62%),
    rgba(13,110,253,.04);
  border: 1px solid rgba(13,110,253,.18);
  box-shadow: 0 10px 26px rgba(2,6,23,.05);
}

#orderRequestCartPage .fp-policy-note__icon{
  width:38px;
  height:38px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#2563eb;
  background: rgba(37,99,235,.10);
  border:1px solid rgba(37,99,235,.16);
  flex: 0 0 38px;
  margin-top:1px;
}

#orderRequestCartPage .fp-policy-note__body{
  flex:1 1 auto;
  min-width:0;
}

#orderRequestCartPage .fp-policy-note__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

#orderRequestCartPage .fp-policy-note__title{
  font-weight:900;
  font-size:14px;
  color:#1d4ed8;
  line-height:1.2;
  letter-spacing:-.01em;
}

#orderRequestCartPage .fp-policy-note__pill{
  font-size:11px;
  line-height:1;
  padding:6px 10px;
  border-radius:999px;
  color:#1d4ed8;
  background: rgba(37,99,235,.10);
  border: 1px solid rgba(37,99,235,.18);
  white-space:nowrap;
  font-weight:900;
}

#orderRequestCartPage .fp-policy-note__text{
  margin-top:6px;
  font-size:13px;
  color: rgba(29,78,216,.92);
  line-height:1.6;
}

/* ✅ Consents (ONLY custom fp-check used; NO generic checkbox override here) */
#orderRequestCartPage .fp-consents2{
  background:#fff;
  border:1px solid var(--fp-border);
  border-radius:18px;
  box-shadow:var(--fp-shadow-soft);
  padding:16px;
}
#orderRequestCartPage .fp-consents2__head{
  padding-bottom:10px;
  border-bottom:1px solid var(--fp-border-2);
  margin-bottom:12px;
}
#orderRequestCartPage .fp-consents2__title{
  font-weight:900;
  color:var(--fp-text);
}
#orderRequestCartPage .fp-consents2__sub{
  margin-top:4px;
  font-size:12px;
  color:var(--fp-muted-2);
}
#orderRequestCartPage .fp-check{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:10px 10px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.08);
  background: rgba(2,6,23,.015);
  cursor:pointer;
  margin:10px 0;
  position:relative;
}
#orderRequestCartPage .fp-check:hover{
  background: rgba(13,110,253,.04);
  border-color: rgba(13,110,253,.14);
}
#orderRequestCartPage .fp-check__input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
#orderRequestCartPage .fp-check__ui{
  width:18px;
  height:18px;
  border-radius:6px;
  border:1.5px solid rgba(15,23,42,.22);
  background:#fff;
  margin-top:2px;
  flex:0 0 18px;
  box-shadow: 0 8px 16px rgba(2,6,23,.04);
}
#orderRequestCartPage .fp-check__text{
  font-size:13px;
  color: rgba(15,23,42,.86);
  line-height:1.35;
}
#orderRequestCartPage .fp-check__input:focus + .fp-check__ui{
  box-shadow: 0 0 0 .2rem var(--fp-ring);
}
#orderRequestCartPage .fp-check__input:checked + .fp-check__ui{
  background: rgba(13,110,253,.12);
  border-color: rgba(13,110,253,.55);
  box-shadow: 0 0 0 .18rem rgba(13,110,253,.10);
  position:relative;
}
#orderRequestCartPage .fp-check__input:checked + .fp-check__ui::after{
  content:"";
  position:absolute;
  left:5px;
  top:2px;
  width:5px;
  height:10px;
  border-right:2px solid rgba(13,110,253,.95);
  border-bottom:2px solid rgba(13,110,253,.95);
  transform: rotate(45deg);
}
#orderRequestCartPage .fp-consents2__foot{
  margin-top:10px;
  font-size:12px;
  color: rgba(15,23,42,.60);
}

@media (max-width: 991px){
  #orderRequestCartPage .fp-payment__grid{ grid-template-columns: 1fr; }
  #orderRequestCartPage .fp-iban2__grid{ grid-template-columns:1fr; }
  #orderRequestCartPage .fp-iban2__head{
    flex-direction:column;
    align-items:flex-start;
  }

  /* policy card responsive */
  #orderRequestCartPage .fp-policy-note{
    padding:12px 12px;
    border-radius:16px;
  }
  #orderRequestCartPage .fp-policy-note__top{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* =====================================================================
   Customer Type (fp-radio) — isolated, modern, theme-proof
   ===================================================================== */

#orderRequestCartPage .fp-radio-group{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
#orderRequestCartPage .fp-radio{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.08);
  background: rgba(2,6,23,.015);
  cursor:pointer;
  user-select:none;
  position:relative;
  transition: background .12s ease, border-color .12s ease, box-shadow .12s ease;
}
#orderRequestCartPage .fp-radio:hover{
  background: rgba(13,110,253,.04);
  border-color: rgba(13,110,253,.14);
}
#orderRequestCartPage .fp-radio__input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
#orderRequestCartPage .fp-radio__ui{
  width:18px;
  height:18px;
  border-radius:999px;
  border:1.5px solid rgba(15,23,42,.22);
  background:#fff;
  flex:0 0 18px;
  margin-top:1px;
  box-shadow: 0 8px 16px rgba(2,6,23,.04);
  position:relative;
}
#orderRequestCartPage .fp-radio__text{
  font-size:13px;
  color: rgba(15,23,42,.86);
  line-height:1.35;
  font-weight:700;
}
#orderRequestCartPage .fp-radio__input:focus + .fp-radio__ui{
  box-shadow: 0 0 0 .2rem var(--fp-ring);
}
#orderRequestCartPage .fp-radio__input:checked + .fp-radio__ui{
  border-color: rgba(13,110,253,.55);
  background: rgba(13,110,253,.08);
  box-shadow: 0 0 0 .18rem rgba(13,110,253,.10);
}
#orderRequestCartPage .fp-radio__input:checked + .fp-radio__ui::after{
  content:"";
  position:absolute;
  left:4px;
  top:4px;
  width:8px;
  height:8px;
  border-radius:999px;
  background: rgba(13,110,253,.95);
}
#orderRequestCartPage .fp-radio__input:checked ~ .fp-radio__text{
  color: rgba(15,23,42,.92);
}

/* ============================================================
   SUCCESS PAGE — scoped to #orderRequestSuccessPage
   ============================================================ */

#orderRequestSuccessPage .fp-success-wrap{
  max-width: 980px;
  margin: 0 auto;
}

#orderRequestSuccessPage .fp-success-card{
  position:relative;
  display:grid;
  grid-template-columns: 220px 1fr;
  gap:0;
  background:#fff;
  border:1px solid var(--fp-border);
  border-radius:22px;
  overflow:hidden;
  box-shadow: var(--fp-shadow);
}

#orderRequestSuccessPage .fp-success-card__side{
  padding:28px 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(600px 240px at 50% 0%, rgba(13,110,253,.18), transparent 55%),
    radial-gradient(600px 240px at 50% 100%, rgba(1,125,63,.12), transparent 55%),
    linear-gradient(180deg, rgba(2,6,23,.02), rgba(2,6,23,.00));
  border-right:1px solid var(--fp-border-2);
}

#orderRequestSuccessPage .fp-success-badge{
  width:112px;
  height:112px;
  border-radius:28px;
  display:grid;
  place-items:center;
  position:relative;
  background: rgba(13,110,253,.10);
  border:1px solid rgba(13,110,253,.18);
  box-shadow: 0 18px 45px rgba(2,6,23,.10);
}

#orderRequestSuccessPage .fp-success-badge__ring{
  position:absolute;
  inset:10px;
  border-radius:22px;
  border:1px dashed rgba(13,110,253,.32);
}

#orderRequestSuccessPage .fp-success-badge__check{
  font-size:44px;
  font-weight:900;
  color: rgba(13,110,253,.98);
  line-height:1;
}

#orderRequestSuccessPage .fp-success-card__content{
  padding:26px 26px 22px;
}

#orderRequestSuccessPage .fp-success-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(2,6,23,.02);
  color: rgba(15,23,42,.72);
  font-weight:800;
  font-size:12px;
}

#orderRequestSuccessPage .fp-success-title{
  margin-top:12px;
  font-size:26px;
  font-weight:900;
  letter-spacing:-.02em;
  color: var(--fp-text);
}

#orderRequestSuccessPage .fp-success-text{
  margin-top:10px;
  font-size:14px;
  color: var(--fp-muted-2);
  line-height:1.6;
}

#orderRequestSuccessPage .fp-success-meta{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:10px;
}

#orderRequestSuccessPage .fp-success-pill{
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(2,6,23,.02);
  min-width: 180px;
}

#orderRequestSuccessPage .fp-success-pill--muted{
  background: rgba(2,6,23,.015);
}

#orderRequestSuccessPage .fp-success-pill__label{
  font-size:12px;
  font-weight:800;
  color: var(--fp-muted);
}

#orderRequestSuccessPage .fp-success-pill__value{
  margin-top:2px;
  font-size:14px;
  font-weight:900;
  color: var(--fp-text);
  word-break: break-word;
}

#orderRequestSuccessPage .fp-success-copy{
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  color: rgba(15,23,42,.82);
  border-radius:14px;
  padding:10px 12px;
  font-weight:900;
  font-size:13px;
  line-height:1;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

#orderRequestSuccessPage .fp-success-copy:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(2,6,23,.06);
  border-color: rgba(13,110,253,.24);
}

#orderRequestSuccessPage .fp-success-steps{
  margin-top:16px;
  display:grid;
  gap:10px;
  padding:14px 14px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(800px 160px at 0% 0%, rgba(13,110,253,.06), transparent 60%),
    rgba(2,6,23,.015);
}

#orderRequestSuccessPage .fp-step{
  display:flex;
  gap:10px;
  align-items:flex-start;
}

#orderRequestSuccessPage .fp-step__dot{
  width:10px;
  height:10px;
  border-radius:999px;
  margin-top:6px;
  background: rgba(13,110,253,.92);
  box-shadow: 0 0 0 4px rgba(13,110,253,.10);
  flex: 0 0 10px;
}

#orderRequestSuccessPage .fp-step__text{
  font-size:13px;
  color: rgba(15,23,42,.78);
  line-height:1.5;
}

#orderRequestSuccessPage .fp-success-actions{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

#orderRequestSuccessPage .fp-success-btn{
  border-radius:14px;
  padding:10px 14px;
}

#orderRequestSuccessPage .fp-success-note{
  margin-top:14px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:12px;
  color: rgba(15,23,42,.66);
  padding-top:12px;
  border-top:1px solid var(--fp-border-2);
}

#orderRequestSuccessPage .fp-success-toast{
  position:absolute;
  right:18px;
  bottom:18px;
  display:inline-flex;
  align-items:center;
  padding:10px 12px;
  border-radius:14px;
  background: rgba(13,110,253,.10);
  border:1px solid rgba(13,110,253,.20);
  color: rgba(15,23,42,.82);
  font-weight:900;
  font-size:12px;
}

@media (max-width: 991px){
  #orderRequestSuccessPage .fp-success-card{
    grid-template-columns: 1fr;
  }
  #orderRequestSuccessPage .fp-success-card__side{
    border-right:0;
    border-bottom:1px solid var(--fp-border-2);
    justify-content:flex-start;
  }
  #orderRequestSuccessPage .fp-success-card__content{
    padding:20px 18px 18px;
  }
  #orderRequestSuccessPage .fp-success-title{
    font-size:22px;
  }
}
/* Success: mini policy note — icon center align fix */
#orderRequestSuccessPage .fp-success-policy{
  margin-top:14px;
  display:flex;
  align-items:center; /* was: flex-start */
  gap:10px;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(13,110,253,.18);
  background:
    radial-gradient(800px 140px at 0% 0%, rgba(13,110,253,.08), transparent 62%),
    rgba(13,110,253,.04);
}

#orderRequestSuccessPage .fp-success-policy__icon{
  width:34px;
  height:34px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(13,110,253,.95);
  background: rgba(13,110,253,.10);
  border:1px solid rgba(13,110,253,.16);
  flex:0 0 34px;
  margin-top:0; /* remove previous offset */
}

#orderRequestSuccessPage .fp-success-policy__text{
  font-size:13px;
  color: rgba(15,23,42,.78);
  line-height:1.5;
}
