/* Gift Cards Exchange - Redesign */

/* Hero */
.gc-hero-main { display: flex; align-items: center; justify-content: space-between; padding: 100px 48px 60px; max-width: 1200px; margin: 0 auto; gap: 40px; }
.gc-hero-left { flex: 1.5; }
.gc-badge { display: inline-block; padding: 6px 14px; background: rgba(124,106,247,0.1); border: 1px solid rgba(124,106,247,0.3); color: var(--purple); border-radius: 50px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.gc-h1 { font-size: 56px; font-weight: 300; line-height: 1.1; margin-bottom: 24px; letter-spacing: -1.5px; }
.gc-h1 span { display: block; color: var(--purple); font-weight: 600; }
.gc-hero-sub { font-size: 17px; color: var(--gray); line-height: 1.6; margin-bottom: 32px; max-width: 500px; }

.gc-hero-btns { display: flex; gap: 16px; margin-bottom: 40px; }
.btn-sell { background: var(--purple); color: #fff; padding: 16px 32px; border-radius: 12px; font-weight: 600; border: none; cursor: pointer; transition: 0.2s; }
.btn-buy-alt { background: rgba(255,255,255,0.05); color: #fff; padding: 16px 32px; border-radius: 12px; font-weight: 600; border: 1px solid rgba(255,255,255,0.1); cursor: pointer; transition: 0.2s; }
.btn-sell:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(124,106,247,0.2); }

.gc-stats-row { display: flex; gap: 48px; }
.gc-stat { display: flex; flex-direction: column; gap: 4px; }
.gc-stat-v { font-size: 24px; font-weight: 600; color: white; }
.gc-stat-l { font-size: 13px; color: var(--gray2); }

.gc-hero-icon { flex: 1; display: flex; justify-content: center; align-items: center; }
.gift-3d { width: 240px; height: 240px; filter: drop-shadow(0 0 30px rgba(124,106,247,0.2)); animation: float 6s ease-in-out infinite; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/* Main Grid Layout */
.gc-layout { display: grid; grid-template-columns: 1.8fr 1fr; gap: 32px; max-width: 1200px; margin: 0 auto; padding: 0 48px 100px; }

/* Sell Form Card */
.gc-card-form { background: rgba(255,255,255,0.03); backdrop-filter: blur(24px); border: 1px solid rgba(255,255,255,0.08); border-radius: 28px; padding: 40px; }
.form-h { font-size: 24px; font-weight: 600; margin-bottom: 32px; color: white; }

.form-group { margin-bottom: 24px; }
.form-label { display: block; font-size: 13px; font-weight: 500; color: var(--gray); margin-bottom: 8px; }
.form-select, .form-input { 
  width: 100%; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1); 
  border-radius: 12px; padding: 14px 16px; color: white; font-size: 15px; outline: none; transition: 0.2s;
}
.form-select:focus, .form-input:focus { border-color: var(--purple); }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* Rate Display */
.rate-box { background: rgba(124,106,247,0.05); border: 1px solid rgba(124,106,247,0.1); border-radius: 16px; padding: 24px; margin: 32px 0; text-align: center; }
.rb-label { font-size: 12px; color: var(--gray); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.rb-value { font-size: 36px; font-weight: 600; color: var(--purple); margin-bottom: 4px; }
.rb-sub { font-size: 11px; color: var(--gray2); }

/* File Upload Area */
.upload-area { 
  border: 2px dashed rgba(255,255,255,0.1); border-radius: 16px; padding: 40px; text-align: center; 
  cursor: pointer; transition: 0.2s; background: rgba(255,255,255,0.01);
}
.upload-area:hover { border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.03); }
.upload-icon { font-size: 32px; margin-bottom: 12px; opacity: 0.5; }
.upload-text { font-size: 13px; color: var(--gray); }

.btn-submit-sell { 
  width: 100%; margin-top: 32px; background: linear-gradient(135deg, var(--purple), #5a46c8); 
  color: white; font-weight: 600; font-size: 16px; padding: 18px; border: none; border-radius: 12px; cursor: pointer; transition: 0.2s;
}
.btn-submit-sell:hover { transform: scale(1.01); box-shadow: 0 10px 30px rgba(124,106,247,0.3); }

/* Sidebar Cards */
.gc-sidebar { display: flex; flex-direction: column; gap: 24px; }
.side-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 24px; }
.side-h { font-size: 17px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; color: white; }

.benefit-item { display: flex; gap: 14px; margin-bottom: 16px; }
.benefit-icon { font-size: 18px; color: var(--purple); flex-shrink: 0; }
.benefit-title { font-size: 14px; font-weight: 600; color: white; margin-bottom: 4px; }
.benefit-desc { font-size: 12px; color: var(--gray2); line-height: 1.5; }

.rate-item { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.rate-item:last-child { border: none; }
.rate-name { font-size: 14px; color: white; display: flex; align-items: center; gap: 10px; }
.rate-p { color: #4ade80; font-weight: 600; font-size: 13px; }

/* Timeline Card */
.timeline { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; position: relative; padding-bottom: 10px; }
.timeline::after { content: ''; position: absolute; height: 2px; background: rgba(255,255,255,0.1); left: 30px; right: 30px; top: 12px; z-index: 1; }
.tl-dot { width: 24px; height: 24px; background: #222; border: 2px solid rgba(255,255,255,0.2); border-radius: 50%; z-index: 2; position: relative; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; color: white; }
.tl-dot.on { background: var(--purple); border-color: var(--purple); color: white; box-shadow: 0 0 15px rgba(124,106,247,0.4); }
.tl-lbl { font-size: 10px; color: var(--gray2); margin-top: 8px; text-align: center; font-weight: 600; }

/* How To Sell Steps */
.how-to-sell { padding: 100px 48px; text-align: center; }
.how-h { font-size: 42px; font-weight: 300; margin-bottom: 60px; color: white; }
.how-h span { color: var(--purple); font-weight: 600; }
.how-steps-wrap { display: flex; gap: 40px; max-width: 1000px; margin: 0 auto; justify-content: center; }
.step-item { flex: 1; text-align: center; }
.step-n { width: 56px; height: 56px; border-radius: 50%; background: var(--purple); color: white; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 600; margin: 0 auto 24px; box-shadow: 0 10px 20px rgba(124,106,247,0.2); }
.step-t { font-size: 18px; font-weight: 600; color: white; margin-bottom: 12px; }
.step-d { font-size: 13px; color: var(--gray2); line-height: 1.5; }

/* Filter Section */
.gc-filters-belt { padding: 40px 48px; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; }
.filter-pill { padding: 8px 20px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 50px; color: var(--gray); font-size: 13px; font-weight: 500; cursor: pointer; transition: 0.2s; white-space: nowrap; }
.filter-pill:hover { color: white; border-color: rgba(255,255,255,0.2); }
.filter-pill.active { background: var(--purple); color: white; border-color: var(--purple); }

/* Card Grid */
.gc-grid-10 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; padding: 0 48px 100px; }
.brand-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 24px; text-align: center; cursor: pointer; transition: 0.2s; }
.brand-card:hover { transform: translateY(-5px); border-color: var(--purple); background: rgba(124,106,247,0.05); }
.brand-icon-box { width: 80px; height: 80px; border-radius: 16px; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 32px; color: var(--purple); transition: 0.3s; }
.brand-card:hover .brand-icon-box { background: rgba(124,106,247,0.1); transform: scale(1.1); }
.brand-name { font-size: 14px; font-weight: 600; color: white; margin-bottom: 4px; }
.brand-price { font-size: 11px; color: var(--gray); font-weight: 500; }

@media(max-width: 1000px) {
  .gc-layout { grid-template-columns: 1fr; }
  .gc-grid-10 { grid-template-columns: repeat(3, 1fr); }
  .how-steps-wrap { flex-direction: column; gap: 50px; }
  .gc-hero-main { flex-direction: column; text-align: center; }
  .gc-hero-btns, .gc-stats-row { justify-content: center; }
  .gc-hero-sub { margin-left: auto; margin-right: auto; }
}

@media(max-width: 600px) {
  .gc-grid-10 { grid-template-columns: repeat(2, 1fr); }
}
