/* ============================================================
   WIN 5 DEVELOPMENT HOURS PAGE — page-template.css
   Depends on global: wrap, section-white, section-cream,
   section-dark, btn-primary, btn-dark, btn-secondary, eyebrow,
   section-head, accent, two-col, statbar, statbar-grid,
   statbar-item, stat-label-top, stat-num, stat-label-bottom
   ============================================================ */

/* ─────────────────────────────────────────────────────────
   1. HERO
   ───────────────────────────────────────────────────────── */


.wfh-deadline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(61, 255, 176, 0.1);
  border: 1px solid rgba(61, 255, 176, 0.3);
  border-radius: 50px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #3dffb0;
}
.wfh-deadline-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3dffb0;
  display: inline-block;
}

/* ─────────────────────────────────────────────────────────
   2. WHAT FIVE HOURS BUYS
   ───────────────────────────────────────────────────────── */
.wfh-buy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.wfh-buy-card {
  background: #fff;
  border: 1px solid #e8e6e0;
  border-radius: 16px;
  padding: 26px;
}

.wfh-buy-title {
  font-size: 16.5px;
  margin-bottom: 10px;
  line-height: 1.35;
}

.wfh-buy-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.65;
}

/* ─────────────────────────────────────────────────────────
   3. ENTER — GIVEAWAY FORM
   ───────────────────────────────────────────────────────── */
.wfh-enter-wrap {
  max-width: 820px;
}

.wfh-qlabel {
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 12px;
}

.wfh-optrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.wfh-opt {
  background: #fff;
  border: 1.5px solid #e8e6e0;
  border-radius: 50px;
  padding: 10px 18px;
  
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  transition: all 0.15s;
}
.wfh-opt:hover {
  border-color: #1414c8;
  color: #111827;
}
.wfh-opt.selected {
  background: #06061a;
  border-color: #06061a;
  color: #3dffb0;
  font-weight: 600;
}

.wfh-fgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .wfh-fgrid {
    grid-template-columns: 1fr;
  }
}

.wfh-fld label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}
.wfh-fld input,
.wfh-fld textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e8e6e0;
  border-radius: 10px;
  
  font-size: 15px;
  color: #111827;
  background: #fff;
}
.wfh-fld input:focus,
.wfh-fld textarea:focus {
  outline: none;
  border-color: #1414c8;
}
.wfh-fld textarea {
  min-height: 90px;
  resize: vertical;
}
.wfh-fld-message {
  margin-bottom: 8px;
}

.wfh-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 18px 0 22px;
}
.wfh-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.wfh-consent label {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.6;
}

.wfh-submit-btn {
  border: none;
  cursor: pointer;
  
}

.wfh-err {
  color: #b91c1c;
  font-size: 13.5px;
  margin-top: 12px;
  display: none;
}

.wfh-form-foot {
  font-size: 13px;
  color: #6b7280;
  margin-top: 16px;
  line-height: 1.6;
}
.wfh-form-foot a {
  color: #1414c8;
  font-weight: 600;
  text-decoration: none;
}

/* Post-submit confirmation panel */
.wfh-thanks {
  display: none;
  background: #fff;
  border: 1px solid #e8e6e0;
  border-radius: 20px;
  padding: 44px 48px;
  text-align: center;
}
.wfh-thanks-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(61, 255, 176, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}
.wfh-thanks-heading {
  font-size: 28px;
  margin-bottom: 14px;
}
.wfh-thanks-text {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ─────────────────────────────────────────────────────────
   4. HONESTY
   ───────────────────────────────────────────────────────── */
.wfh-honesty-grid {
  gap: 56px;
  align-items: center;
}

.wfh-honesty-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin-bottom: 18px;
}
.wfh-honesty-text:last-child {
  margin-bottom: 0;
}

/* ─────────────────────────────────────────────────────────
   5. TERMS
   ───────────────────────────────────────────────────────── */
.wfh-terms-wrap {
  max-width: 820px;
}

.wfh-terms-list li {
  padding: 10px 0;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.65;
  border-bottom: 1px solid #e8e6e0;
  list-style: none;
}
.wfh-terms-list li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: #6b7280;
}
.wfh-terms-list li:last-child {
  border-bottom: none;
}
.wfh-terms-list a {
  color: #1414c8;
  font-weight: 600;
  text-decoration: none;
}

.wfh-terms-promoter {
  font-size: 13px;
  color: #6b7280;
  margin-top: 24px;
  line-height: 1.65;
}

ul.wfh-terms-list {
  padding: 0;
  margin: 0;
}