/* -------------------------------------------------------------
 * INNER PAGES (about, coins, sell, contact, thankyou, detail)
 * ------------------------------------------------------------- */

.page-title-banner {
  background: linear-gradient(135deg, #0A1930 0%, #112845 100%) !important;
  padding: 48px 0 !important;
  color: #ffffff !important;
  text-align: center !important;
}
.page-title-banner h1,
.page-title-banner .display-4 {
  color: #ffffff !important;
  font-weight: 800 !important;
  margin-top: 10px !important;
  margin-bottom: 12px !important;
}
.page-title-banner p,
.page-title-banner .lead {
  color: #CBD5E1 !important;
  font-size: 16px !important;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.page-title-banner .badge {
  background: #D4AF37 !important;
  color: #0A1930 !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  display: inline-block;
}

/* Coin catalogue cards */
.coinzo-card,
.coin-card {
  text-align: center;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(10, 25, 48, 0.08);
  box-shadow: 0 4px 16px rgba(10, 25, 48, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
.coinzo-card:hover,
.coin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(10, 25, 48, 0.1);
}
.coinzo-card img,
.coin-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* Sell form card */
.max-w-xl {
  max-width: 560px;
}
.max-w-2xl {
  max-width: 720px;
}

/* =============================================================
 * SELL PAGE — professional lead form
 * ============================================================= */
.sell-hero {
  background: linear-gradient(145deg, #0A1930 0%, #112845 55%, #0d2038 100%) !important;
  color: #fff !important;
  padding: 36px 0 40px !important;
  text-align: center;
}
.sell-hero-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 8px;
}
.sell-hero-badge {
  display: inline-block;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #D4AF37;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.sell-hero h1 {
  color: #fff !important;
  font-size: 1.85rem !important;
  font-weight: 800 !important;
  margin: 0 0 10px !important;
  line-height: 1.25 !important;
}
.sell-hero p {
  color: #CBD5E1 !important;
  font-size: 0.98rem !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

.sell-page-section {
  background: #F8F6F1 !important;
  padding: 28px 0 48px !important;
}
.sell-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

/* Trust panel */
.sell-trust {
  background: #fff;
  border-radius: 18px;
  padding: 22px 18px;
  border: 1px solid rgba(10, 25, 48, 0.07);
  box-shadow: 0 8px 28px rgba(10, 25, 48, 0.05);
  order: 2;
}
.sell-trust-title {
  font-size: 1.15rem !important;
  color: #0A1930 !important;
  margin: 0 0 16px !important;
  text-align: left !important;
}
.sell-trust-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.sell-trust-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  text-align: left !important;
}
.sell-trust-ico {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0A1930;
  color: #D4AF37;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sell-trust-list strong {
  display: block;
  color: #0A1930;
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.sell-trust-list p {
  margin: 0 !important;
  color: #64748B !important;
  font-size: 0.85rem !important;
  line-height: 1.45 !important;
}
.sell-trust-contact {
  border-top: 1px solid #F1F5F9;
  padding-top: 16px;
}
.sell-trust-contact-label {
  font-size: 0.85rem !important;
  color: #64748B !important;
  margin: 0 0 10px !important;
  text-align: left !important;
}
.sell-btn-call,
.sell-btn-wa {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  border-radius: 28px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  margin-bottom: 10px;
}
.sell-btn-call {
  background: #0A1930;
  color: #D4AF37 !important;
  border: 2px solid #D4AF37;
}
.sell-btn-wa {
  background: #25D366;
  color: #fff !important;
  border: none;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
}
.sell-btn-call:hover,
.sell-btn-wa:hover {
  text-decoration: none !important;
  opacity: 0.95;
  color: inherit;
}

/* Form card */
.sell-form-wrap {
  order: 1;
}
.sell-form-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 16px 40px rgba(10, 25, 48, 0.08);
  overflow: hidden;
}
.sell-form-head {
  background: linear-gradient(135deg, #0A1930 0%, #112845 100%);
  color: #fff;
  padding: 20px 18px 18px;
  text-align: center;
}
.sell-form-badge {
  display: inline-block;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #D4AF37;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border-radius: 16px;
  margin-bottom: 10px;
}
.sell-form-head h2 {
  color: #fff !important;
  font-size: 1.35rem !important;
  margin: 0 0 6px !important;
  font-weight: 800 !important;
}
.sell-form-head p {
  color: #CBD5E1 !important;
  font-size: 0.9rem !important;
  margin: 0 !important;
  line-height: 1.45 !important;
}

.sell-form {
  padding: 18px 16px 20px;
}
.sell-alert {
  margin: 0 16px 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
}
.sell-alert-error {
  background: #FEE2E2;
  color: #991B1B;
  border: 1px solid #FCA5A5;
  margin-top: 14px;
}

.sell-field {
  margin-bottom: 14px;
  text-align: left !important;
}
.sell-field label {
  display: block !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #0A1930 !important;
  margin-bottom: 6px !important;
  text-align: left !important;
}
.sell-field label span {
  color: #EF4444;
}
.sell-field label .opt {
  color: #94A3B8;
  font-weight: 600;
  text-transform: none;
}
.sell-field input[type="text"],
.sell-field input[type="tel"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  padding: 0 14px !important;
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 12px !important;
  font-size: 16px !important; /* prevent iOS zoom */
  color: #0A1930 !important;
  background: #F8FAFC !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.sell-field input:focus {
  border-color: #0A1930 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(10, 25, 48, 0.08) !important;
}

.sell-file-drop {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1.5px dashed #CBD5E1 !important;
  border-radius: 14px !important;
  background: #F8FAFC !important;
  padding: 16px 12px !important;
  cursor: pointer;
  text-align: center !important;
  text-transform: none !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  min-height: 96px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.sell-file-drop:hover {
  border-color: #D4AF37 !important;
  background: #FFFEF8 !important;
}
.sell-file-drop input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.sell-field:has(.sell-file-drop) {
  position: relative;
}
.sell-file-ico {
  font-size: 22px;
  line-height: 1;
}
.sell-file-title {
  color: #0A1930;
  font-size: 14px;
  font-weight: 700;
}
.sell-file-hint {
  color: #94A3B8;
  font-size: 12px;
  font-weight: 500;
}

.sell-submit {
  width: 100% !important;
  max-width: 100% !important;
  height: 52px !important;
  margin: 6px 0 0 !important;
  border: none !important;
  border-radius: 30px !important;
  background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%) !important;
  color: #0A1930 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.35);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.sell-submit:hover {
  transform: translateY(-1px);
}
.sell-submit:active {
  transform: scale(0.98);
}
.sell-safe {
  text-align: center !important;
  color: #94A3B8 !important;
  font-size: 12px !important;
  margin: 12px 0 0 !important;
  line-height: 1.4 !important;
}

@media (min-width: 768px) {
  .sell-hero {
    padding: 48px 0 52px !important;
  }
  .sell-hero h1 {
    font-size: 2.25rem !important;
  }
  .sell-layout {
    grid-template-columns: 0.95fr 1.15fr;
    gap: 28px;
    align-items: start;
  }
  .sell-trust {
    order: 1;
    position: sticky;
    top: calc(var(--site-header-h, 100px) + 16px);
  }
  .sell-form-wrap {
    order: 2;
  }
  .sell-form {
    padding: 22px 24px 24px;
  }
  .sell-form-head {
    padding: 24px 24px 20px;
    text-align: left;
  }
  .sell-form-head h2 {
    font-size: 1.5rem !important;
  }
}

/* Override global mobile center rules for this form */
@media (max-width: 991px) {
  .sell-form-card,
  .sell-form,
  .sell-field,
  .sell-field label {
    text-align: left !important;
  }
  .sell-form-head {
    text-align: center !important;
  }
  .sell-submit {
    max-width: 100% !important;
    width: 100% !important;
  }
  .sell-trust-title,
  .sell-trust-list li,
  .sell-trust-contact-label {
    text-align: left !important;
  }
}

/* Coin catalogue cards mobile polish */
.coinzo-card-img img {
  max-width: 100%;
  height: auto;
}
.coinzo-card .btn-gold-action {
  white-space: nowrap;
}

/* Mobile: center everything on inner pages */
@media (max-width: 991px) {
  .page-title-banner {
    padding: 36px 0 !important;
    text-align: center !important;
  }
  .page-title-banner h1,
  .page-title-banner .display-4 {
    font-size: 1.65rem !important;
    text-align: center !important;
  }
  .page-title-banner p,
  .page-title-banner .lead {
    font-size: 0.95rem !important;
    text-align: center !important;
  }

  .coinzo-card .p-4.pt-3.border-top {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 12px;
  }
  .coinzo-card .btn-gold-action {
    width: 100%;
    justify-content: center;
  }

  /* About / contact / sell columns */
  .bg-white .col-lg-6,
  .bg-white .col-lg-5,
  .bg-white .col-lg-7,
  .bg-light .col-lg-6,
  .bg-light .col-md-6,
  .py-5 .col-lg-6,
  .py-5 .col-lg-5,
  .py-5 .col-lg-7,
  .py-5 .col-md-6 {
    text-align: center !important;
  }

  .bg-white img,
  .bg-light img,
  .py-5 img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .card,
  .p-4.bg-light,
  .p-4.p-md-5,
  .p-4.bg-white {
    text-align: center !important;
  }

  form .form-group,
  form .form-group label {
    text-align: center !important;
  }

  form .btn,
  form button[type="submit"],
  .btn-block {
    display: block !important;
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  /* Coins filter bar */
  .bg-white.p-4.rounded-lg form.row,
  form.row.align-items-center {
    text-align: center !important;
  }
  form.row .col-md-5,
  form.row .col-md-4,
  form.row .col-md-3 {
    margin-bottom: 12px;
  }
  form.row .d-flex {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 8px;
  }

  /* Coin grid cards */
  .coinzo-card,
  .coin-card,
  .row .col-md-4,
  .row .col-md-6,
  .row .col-lg-4,
  .row .col-sm-6 {
    text-align: center !important;
  }

  .text-left {
    text-align: center !important;
  }
}
