/* === Jet Card Builder: Premium Matched Theme (NO BORDERS, GLOW FIXED) === */

/* Main wrapper */
.jet-card-page {
  padding: 40px 20px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(135deg, #0c1524, #0c0f1c);
  color: #C0C0C0;
  z-index: 1;
  position: relative;
  border: none !important;
  box-shadow: none !important;
}
.jet-card-page .jet-card-builder,
.jet-card-column, .jet-card-page {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* ===== JET CARD STYLING ===== */
.jet-card-page .jet-card,
.jet-card-page .jet-card.back-card {
  position: relative;
  width: 336px;
  height: 212px;
  padding: 0 !important;
  margin-bottom: 50px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  border-radius: 22px !important;
  box-shadow:
    0 0 10px 2px #72caff88,
    0 0 16px 4px #b2e5ff44;
  overflow: visible;
  transition: transform 0.3s, box-shadow 0.3s;
}
.jet-card-page .jet-card:hover,
.jet-card-page .jet-card.back-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 0 36px 8px #72caffcc,
    0 0 60px 14px #b2e5ff99;
}
.jet-card-page .jet-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 22px !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  pointer-events: none;
}
.jet-card-page .jet-card-glow-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 22px !important;
  box-shadow: none !important;
  z-index: 0;
  background: none !important;
  border: none !important;
  pointer-events: none;
}
.jet-card:focus, .jet-card.back-card:focus {
  outline: none !important;
  box-shadow: 0 0 36px 0 #72caff88, 0 0 60px 0 #b2e5ff44 !important;
}
.jet-card-column, .jet-card-page .jet-card-column {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/* ===== POSITIONAL ELEMENTS ===== */
.jet-card-page .jet-card-logo {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  z-index: 3;
}
.jet-card-page .jet-card-details {
  position: absolute;
  bottom: -125px;
  left: 25px;
  z-index: 3;
  font-family: 'Courier New', monospace;
}
.jet-card-page .jet-card-thumbnail {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 80px;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  z-index: 3;
}
.jet-card-page .jet-card-line {
  font-weight: 600;
  font-size: 13px;
  color: #C0C0C0;
  line-height: 1.5;
  padding-left: 4px;
}
/* ===== BACK CARD ===== */
.jet-card-page .jet-card.back-card {
  position: relative;
  width: 336px;
  height: 212px;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow:
    0 0 10px 2px #72caff88,
    0 0 16px 4px #b2e5ff44;
}
.jet-card-page .jet-card.back-card .jet-card-title-back {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 2;
  margin: 0 !important;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, #bbb, #eee, #bbb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
}

/* --- SCROLLABLE DETAILS AREA --- */
.jet-card-page .jet-card.back-card .back-card-details-area {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: 122px;
  overflow-y: auto;
  z-index: 2;
  padding: 0 18px;
  box-sizing: border-box;
}
.jet-card-page .jet-card.back-card .back-card-details-area .jet-card-section {
  margin-top: 12px;
  padding: 0;
}
.jet-card-page .jet-card.back-card .back-card-details-area .jet-card-section:first-of-type {
  margin-top: 0;
}

/* ===== PERKS & REQUESTS POSITIONING ON BACK CARD ===== */
.jet-card-page .jet-card.back-card .jet-card-section {
  position: relative !important;
  margin-left: 36px !important;
  margin-right: 18px !important;
  width: calc(100% - 54px) !important;
  max-width: 240px !important;
  box-sizing: border-box !important;
}
/* Only the first section (Perks) - this is your "sweet spot" */
.jet-card-page .jet-card.back-card .jet-card-section:first-of-type {
  margin-top: 56px !important;    /* Lower Perks to desired position */
}
/* Requests section (second) - move up relative to Perks */
.jet-card-page .jet-card.back-card .jet-card-section:nth-of-type(2) {
  margin-top: 50px !important;    /* Adjust this to control space between Perks/Requests */
}

/* Labels for "Perks" and "Requests" */
.jet-card-page .label-perks,
.jet-card-page .label-requests {
  font-weight: bold;
  font-size: 12.5px;
}
.jet-card-page .value-perks,
.jet-card-page .value-requests {
  font-size: 12px !important;
  word-break: break-word !important;
  line-height: 1.5;
}
/* Stack above the background */
.jet-card-page .jet-card-details,
.jet-card-page .jet-card-line,
.jet-card-page .jet-card-title-back,
.jet-card-page .jet-card-section {
  position: relative;
  z-index: 3;
}
/* ===== FLEX LAYOUT/FORM ===== */
.jet-card-page .jet-card-builder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 160px;
  flex-wrap: wrap;
  background: transparent;
  padding-left: 10px;
  padding-right: 20px;
  max-width: 1440px;
  margin: 0 auto;
}
.jet-card-page form#jet-card-form {
  text-align: left;
  margin-left: 0;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.jet-card-page .jet-card-builder input,
.jet-card-page .jet-card-builder select,
.jet-card-page .jet-card-builder textarea {
  width: 100%;
  padding: 16px;
  margin-bottom: 24px;
  background: #1a263b !important;
  border: 1px solid #C0C0C0 !important;
  border-radius: 8px !important;
  color: #C0C0C0 !important;
  font-size: 17px !important;
}
.jet-card-page .jet-card-builder label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #bfc5d2;
}
.jet-card-page .jet-card-builder button[type="submit"] {
  background: #C0C0C0;
  color: #090945;
  border: 1.5px solid #C0C0C0;
  padding: 16px 28px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(0,176,255,0.13);
  margin-top: 8px;
}
.jet-card-page .jet-card-builder button[type="submit"]:hover {
  background: #58aaff;
  color: #fff;
  border: 1.5px solid #58aaff;
}
.jet-card-page .crm-fields {
  border-top: 1px solid #444;
  padding-top: 28px;
}
/* ===== MULTISELECT ===== */
.jet-card-page .custom-multiselect {
  background: #161e37;
  padding: 16px !important;
  border-radius: 8px !important;
  border: 1px solid #2a2a5e !important;
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-start;
}
.jet-card-page .custom-multiselect input[type="checkbox"] {
  margin-right: 6px;
  transform: scale(0.85);
  accent-color: #58aaff;
}
.jet-card-page .custom-multiselect label {
  font-size: 13px;
  color: #C0C0C0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 1000px) {
  .jet-card-page .jet-card-builder {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .jet-card-page form#jet-card-form {
    width: 100%;
  }
  .jet-card-page .jet-card {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .jet-card-page .jet-card-section {
    font-size: 11.5px;
  }
}
/* ===== CRM FORM ===== */
.jet-card-page .jet-card-crm-centered {
  width: 100%;
  max-width: 620px;
  margin: 0px auto 80px auto;
  padding: 32px;
  background: rgba(26, 38, 59, 0.9);
  border-radius: 14px;
  box-shadow: none;
}
.jet-card-page .jet-card-crm-centered label {
  font-weight: 500;
  font-size: 14px;
  color: #C0C0C0;
}
.jet-card-page .jet-card-crm-centered input[type="text"],
.jet-card-page .jet-card-crm-centered input[type="email"],
.jet-card-page .jet-card-crm-centered input[type="tel"] {
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
  background: #1a263b;
  border: 1px solid #C0C0C0;
  border-radius: 8px;
  color: #C0C0C0;
  font-size: 15px;
}
.jet-card-page .jet-card-crm-centered .submit-right {
  text-align: center;
  margin-top: 24px;
}
.jet-card-page .jet-card-crm-centered button[type="submit"] {
  background: #C0C0C0;
  color: #090945;
  border: 1.5px solid #C0C0C0;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 2px 12px 0 rgba(0,176,255,0.13);
}
.jet-card-page .jet-card-crm-centered button[type="submit"]:hover {
  background: #58aaff;
  color: #fff;
  border: 1.5px solid #58aaff;
}
@media (max-width: 600px) {
  .jet-card-page .custom-multiselect {
    flex-direction: column !important;
    gap: 10px 0 !important; /* Less gap, only vertical */
    align-items: flex-start !important;
    padding: 12px !important;
  }
  .jet-card-page .custom-multiselect label {
    width: 100%;
    justify-content: flex-start;
  }
}