@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap');

/* =========================================================
   FUTCOINSNIPER SELL PAGE — CLEAN FINAL
   File: assets/css/sell.css
   Form: Fluent Forms [fluentform id="3"]
========================================================= */

/* =========================================================
   BASE / THEME RESET
========================================================= */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #02060a !important;
  color: #e6edf5 !important;
  overflow-x: hidden !important;
  font-family: "Manrope", "Inter", Arial, sans-serif !important;
}

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

#page,
#main,
.page-wrapper,
.content-area,
.site-main,
.entry-content,
.woocommerce,
.shop-container,
.container,
.row,
.col {
  background: transparent !important;
}

/* =========================================================
   PAGE BACKGROUND
========================================================= */

.fcs-sell-page {
  position: relative !important;
  min-height: 100vh !important;
  overflow: hidden !important;

  background-color: #02060a !important;
  background-image: url("../img/bg2.webp") !important;
  background-repeat: repeat-y !important;
  background-position: top center !important;
  background-size: 100% auto !important;

  font-family: "Manrope", "Inter", Arial, sans-serif !important;
}

.fcs-sell-section {
  position: relative !important;
  min-height: 100vh !important;
  padding: 30px 0 120px !important;
  background: transparent !important;
}

.fcs-sell-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;

  background:
    radial-gradient(circle at 50% 8%, rgba(255, 194, 41, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(2, 6, 10, 0.06), rgba(2, 6, 10, 0.42)) !important;
}

.fcs-sell-shell {
  position: relative !important;
  z-index: 2 !important;

  width: min(100% - 56px, 1260px) !important;
  margin: 0 auto !important;
}

/* =========================================================
   HERO
========================================================= */

.fcs-sell-hero {
  max-width: 860px !important;
  margin: 0 auto 36px !important;
  text-align: center !important;
}

.fcs-sell-title {
  margin: 0 0 14px !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-size: clamp(42px, 4vw, 66px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -3px !important;
  text-align: center !important;

  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 0 14px rgba(255, 255, 255, 0.08) !important;
}

.fcs-sell-title span {
  color: #ffc229 !important;
}

.fcs-sell-subtitle {
  max-width: 760px !important;
  margin: 0 auto !important;

  color: rgba(230, 237, 245, 0.72) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
}

/* =========================================================
   MAIN LAYOUT / CARDS
========================================================= */

.fcs-sell-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 390px !important;
  gap: 24px !important;
  align-items: start !important;
}

.fcs-sell-card {
  border: 1px solid rgba(255, 194, 41, 0.18) !important;
  border-radius: 16px !important;

  background:
    linear-gradient(180deg, rgba(8, 13, 18, 0.90), rgba(2, 7, 11, 0.96)) !important;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

.fcs-sell-form-card {
  padding: 22px 26px 26px !important;
}

.fcs-sell-side {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.fcs-sell-info-card {
  padding: 22px 24px !important;
}

.fcs-card-head {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;

  margin: 0 0 20px !important;
  padding: 0 0 15px !important;

  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.fcs-card-icon {
  color: #ffc229 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.fcs-card-head h2 {
  margin: 0 !important;
  padding: 0 !important;

  color: #ffc229 !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -0.6px !important;
}

/* =========================================================
   FLUENT FORMS — BASE
========================================================= */

.fcs-sell-form,
.fcs-sell-form .fluentform,
.fcs-sell-form .frm-fluent-form,
.fcs-sell-form form {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fcs-sell-form .ff-el-group {
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.fcs-sell-form .ff-el-input--label {
  margin: 0 0 5px !important;
  padding: 0 !important;
}

.fcs-sell-form .ff-el-input--label label,
.fcs-sell-form label {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(238, 245, 255, 0.88) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.fcs-sell-form .ff-el-input--label .required,
.fcs-sell-form .ff-el-input--label label::after,
.fcs-sell-form .required {
  color: #ffc229 !important;
}

/* =========================================================
   FORM FIELDS
========================================================= */

.fcs-sell-form .ff-el-form-control,
.fcs-sell-form input[type="text"],
.fcs-sell-form input[type="email"],
.fcs-sell-form input[type="tel"],
.fcs-sell-form input[type="number"],
.fcs-sell-form input[type="password"],
.fcs-sell-form select,
.fcs-sell-form textarea {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;

  margin: 0 !important;
  padding: 0 14px !important;

  border: 1px solid rgba(255, 194, 41, 0.22) !important;
  border-radius: 10px !important;

  background: rgba(0, 0, 0, 0.32) !important;
  color: #ffffff !important;

  font-family: "Manrope", "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;

  outline: none !important;
  box-shadow: none !important;
}

.fcs-sell-form .ff-el-form-control::placeholder,
.fcs-sell-form input::placeholder,
.fcs-sell-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42) !important;
}

.fcs-sell-form .ff-el-form-control:focus,
.fcs-sell-form input:focus,
.fcs-sell-form select:focus,
.fcs-sell-form textarea:focus {
  border-color: rgba(255, 194, 41, 0.65) !important;
  box-shadow: 0 0 12px rgba(255, 194, 41, 0.15) !important;
}

/* Textarea */
.fcs-sell-form textarea.ff-el-form-control,
.fcs-sell-form textarea {
  height: auto !important;
  min-height: 76px !important;
  padding: 12px 14px !important;
  resize: vertical !important;
}

/* Select — final style merged from the old bottom override */
.fcs-sell-form select,
.fcs-sell-form select.ff-el-form-control {
  height: 48px !important;
  min-height: 48px !important;

  padding: 0 44px 0 16px !important;

  border-color: rgba(255, 194, 41, 0.45) !important;
  background-color: rgba(0, 0, 0, 0.42) !important;

  font-weight: 800 !important;
  cursor: pointer !important;

  appearance: auto !important;
  -webkit-appearance: auto !important;

  box-shadow:
    inset 0 0 14px rgba(0, 0, 0, 0.35),
    0 0 0 rgba(255, 194, 41, 0) !important;
}

.fcs-sell-form select:focus,
.fcs-sell-form select.ff-el-form-control:focus {
  border-color: rgba(255, 194, 41, 0.85) !important;
  box-shadow:
    0 0 14px rgba(255, 194, 41, 0.18),
    inset 0 0 14px rgba(0, 0, 0, 0.45) !important;
}

/* Native dropdown options — browser support is limited */
.fcs-sell-form select option,
.fcs-sell-form select.ff-el-form-control option {
  background: #050a10 !important;
  background-color: #050a10 !important;
  color: rgba(230, 237, 245, 0.92) !important;

  font-size: 15px !important;
  font-weight: 700 !important;
}

.fcs-sell-form select option:checked,
.fcs-sell-form select.ff-el-form-control option:checked {
  background: #f5ad12 !important;
  background-color: #f5ad12 !important;
  color: #060606 !important;
  font-weight: 900 !important;
}

.fcs-sell-form select option:hover,
.fcs-sell-form select.ff-el-form-control option:hover {
  background: #ffc229 !important;
  background-color: #ffc229 !important;
  color: #060606 !important;
}

/* Fluent Forms columns */
.fcs-sell-form .ff-t-container {
  gap: 14px !important;
  margin: 0 0 12px !important;
}

.fcs-sell-form .ff-t-cell {
  padding: 0 !important;
}

/* =========================================================
   CHECKBOX / RADIO / ACCEPTANCE
========================================================= */

.fcs-sell-form .ff-el-form-check,
.fcs-sell-form .ff-el-form-check-label {
  color: rgba(230, 237, 245, 0.86) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.fcs-sell-form .ff-el-form-check {
  margin: 8px 0 !important;
}

.fcs-sell-form .ff-el-form-check-input,
.fcs-sell-form input[type="checkbox"],
.fcs-sell-form input[type="radio"] {
  width: 16px !important;
  height: 16px !important;

  margin: 0 8px 0 0 !important;

  accent-color: #ffc229 !important;
  box-shadow: none !important;
}

/* =========================================================
   RECAPTCHA
========================================================= */

.fcs-sell-form .g-recaptcha,
.fcs-sell-form iframe[src*="recaptcha"],
.fcs-sell-form .ff-el-recaptcha {
  margin: 14px 0 !important;
}

/* =========================================================
   SUBMIT BUTTON
========================================================= */

.fcs-sell-form .ff-btn-submit,
.fcs-sell-form button[type="submit"],
.fcs-sell-form input[type="submit"] {
  width: 100% !important;
  min-height: 54px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 18px 0 0 !important;
  padding: 0 22px !important;

  border: 0 !important;
  border-radius: 9px !important;

  background: linear-gradient(180deg, #ffcf44 0%, #f5ad12 100%) !important;
  color: #060606 !important;

  font-family: "Manrope", "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: none !important;
  text-decoration: none !important;

  box-shadow:
    0 16px 34px rgba(255, 194, 41, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;

  cursor: pointer !important;
}

.fcs-sell-form .ff-btn-submit:hover,
.fcs-sell-form button[type="submit"]:hover,
.fcs-sell-form input[type="submit"]:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.05) !important;
}

/* =========================================================
   FORM MESSAGES / ERRORS
========================================================= */

.fcs-sell-form .text-danger,
.fcs-sell-form .error,
.fcs-sell-form .ff-el-is-error {
  color: #ff7878 !important;
}

.fcs-sell-form .ff-el-is-error .ff-el-form-control {
  border-color: rgba(255, 100, 100, 0.65) !important;
}

.fcs-sell-form .ff-message-success,
.fcs-sell-form .ff-errors-in-stack,
.fcs-sell-form .ff-message-error {
  margin: 16px 0 0 !important;
  padding: 14px 16px !important;

  border: 1px solid rgba(255, 194, 41, 0.24) !important;
  border-radius: 10px !important;

  background: rgba(255, 255, 255, 0.03) !important;
  color: rgba(230, 237, 245, 0.9) !important;

  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

/* =========================================================
   SIDE INFO
========================================================= */

.fcs-info-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.fcs-info-list div {
  padding-bottom: 15px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.fcs-info-list div:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.fcs-info-list strong {
  display: block !important;
  margin: 0 0 5px !important;

  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.fcs-info-list p,
.fcs-small-note {
  margin: 0 !important;

  color: rgba(230, 237, 245, 0.72) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.fcs-payment-list {
  margin: 0 0 14px !important;
  padding: 0 !important;
  list-style: none !important;
}

.fcs-payment-list li {
  position: relative !important;

  margin: 0 0 10px !important;
  padding-left: 18px !important;

  color: rgba(238, 245, 255, 0.88) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.fcs-payment-list li::before {
  content: "" !important;
  position: absolute !important;
  top: 8px !important;
  left: 0 !important;

  width: 6px !important;
  height: 6px !important;

  border-radius: 50% !important;
  background: #ffc229 !important;
  box-shadow: 0 0 8px rgba(255, 194, 41, 0.5) !important;
}

/* =========================================================
   TERMS / ACCORDION
========================================================= */

.fcs-sell-terms {
  margin-top: 28px !important;
}

.fcs-section-title {
  margin: 0 0 22px !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -1.4px !important;
  text-align: center !important;
}

.fcs-section-title span {
  color: #ffc229 !important;
}

.fcs-accordion {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.fcs-acc-item {
  border: 1px solid rgba(255, 194, 41, 0.18) !important;
  border-radius: 14px !important;

  background:
    linear-gradient(180deg, rgba(8, 13, 18, 0.86), rgba(2, 7, 11, 0.94)) !important;

  overflow: hidden !important;
}

.fcs-acc-item summary {
  list-style: none !important;
  cursor: pointer !important;

  padding: 17px 22px !important;

  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.fcs-acc-item summary::-webkit-details-marker {
  display: none !important;
}

.fcs-acc-item summary::before {
  content: "›" !important;
  display: inline-block !important;
  margin-right: 10px !important;

  color: #ffc229 !important;
  font-size: 22px !important;
  line-height: 1 !important;

  transform: rotate(0deg) translateY(1px) !important;
  transition: transform 0.2s ease !important;
}

.fcs-acc-item[open] summary {
  color: #ffc229 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.fcs-acc-item[open] summary::before {
  transform: rotate(90deg) translateY(1px) !important;
}

.fcs-acc-item div {
  padding: 15px 22px 19px !important;
}

.fcs-acc-item p {
  margin: 0 0 11px !important;

  color: rgba(230, 237, 245, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
}

.fcs-acc-item p:last-child {
  margin-bottom: 0 !important;
}

.fcs-acc-item strong {
  color: #ffffff !important;
}

/* =========================================================
   FOOTER
========================================================= */

.fcs-sell-page + .fcs-inner-footer,
.fcs-sell-page + .fcs-site-footer {
  background: #02060a !important;
  background-image: none !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .fcs-sell-layout {
    grid-template-columns: 1fr !important;
  }

  .fcs-sell-side {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 820px) {
  .fcs-sell-page {
    background-image: url("../img/mob.webp") !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100% auto !important;
    background-color: #02060a !important;
  }

  .fcs-sell-section {
    padding: 88px 0 72px !important;
  }

  .fcs-sell-shell {
    width: calc(100% - 24px) !important;
    max-width: 430px !important;
  }

  .fcs-sell-title {
    font-size: 42px !important;
    line-height: 0.95 !important;
    letter-spacing: -2.5px !important;
  }

  .fcs-sell-subtitle {
    font-size: 14px !important;
  }

  .fcs-sell-layout {
    gap: 18px !important;
  }

  .fcs-sell-form-card,
  .fcs-sell-info-card {
    padding: 18px 16px !important;
    border-radius: 14px !important;
  }

  .fcs-card-head {
    margin-bottom: 18px !important;
    padding-bottom: 14px !important;
  }

  .fcs-card-head h2 {
    font-size: 20px !important;
  }

  .fcs-sell-side {
    display: flex !important;
    flex-direction: column !important;
  }

  .fcs-sell-form .ff-t-container {
    display: block !important;
    margin: 0 !important;
  }

  .fcs-sell-form .ff-t-cell {
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  .fcs-sell-form .ff-el-form-control,
  .fcs-sell-form input[type="text"],
  .fcs-sell-form input[type="email"],
  .fcs-sell-form input[type="tel"],
  .fcs-sell-form input[type="number"],
  .fcs-sell-form input[type="password"],
  .fcs-sell-form select {
    height: 48px !important;
    min-height: 48px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
  }

  .fcs-sell-form textarea.ff-el-form-control,
  .fcs-sell-form textarea {
    min-height: 84px !important;
  }

  .fcs-section-title {
    font-size: 30px !important;
  }

  .fcs-acc-item summary {
    padding: 16px 18px !important;
    font-size: 15px !important;
  }

  .fcs-acc-item div {
    padding: 14px 18px 18px !important;
  }
}

@media (max-width: 420px) {
  .fcs-sell-title {
    font-size: 38px !important;
  }
}
