/* ── CRYPTIQUE ELEMENTOR WIDGETS — FULL STYLES ── */

:root {
  --cq-navy: #172937;
  --cq-navy-light: #1e3545;
  --cq-navy-mid: #0f1e28;
  --cq-blue: #86C3F3;
  --cq-blue-dark: #5ba8e0;
  --cq-white: #FFFFFF;
  --cq-cloud: #EDEFF7;
  --cq-smoke: #D3D6E0;
  --cq-steel: #BCBFCC;
  --cq-space: #9DA2B3;
  --cq-graphite: #6E7180;
  --cq-arsenic: #40424D;
  --cq-phantom: #1E1E24;
}

/* ── SHARED ─────────────────────────────────────────── */
.cq-section-label {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--cq-blue); margin-bottom: 16px;
}
.cq-section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 5vw, 56px); line-height: 1.1;
  letter-spacing: -0.5px; color: var(--cq-white); margin-bottom: 20px;
}
.cq-section-title em { font-style: italic; color: var(--cq-blue); }
.cq-section-body {
  font-size: 17px; line-height: 1.75; color: var(--cq-steel); max-width: 580px;
}

/* ── HERO ────────────────────────────────────────────── */
.cq-hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 140px 60px 80px;
  position: relative; overflow: hidden;
  background-color: #0a0e1a;
  font-family: 'Manrope', sans-serif;
}
.cq-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 70% 60% at 80% 40%, rgba(134,195,243,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(134,195,243,0.05) 0%, transparent 60%),
    linear-gradient(160deg, #0f1e28 0%, #172937 50%, #0d2030 100%);
}
.cq-hero-grid {
  position: absolute; inset: 0; z-index: 0; opacity: 0.04;
  background-image: linear-gradient(var(--cq-blue) 1px, transparent 1px),
                    linear-gradient(90deg, var(--cq-blue) 1px, transparent 1px);
  background-size: 80px 80px;
}
.cq-hero-content { position: relative; z-index: 1; max-width: 780px; }
.cq-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--cq-blue); margin-bottom: 28px;
}
.cq-hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--cq-blue); }
.cq-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(40px, 8vw, 88px);
  line-height: 1.05; letter-spacing: -1.5px; color: var(--cq-white); margin-bottom: 28px;
}
.cq-hero h1 em { font-style: italic; color: var(--cq-blue); }
.cq-hero-sub {
  font-size: 18px; line-height: 1.7; color: var(--cq-steel);
  max-width: 560px; margin-bottom: 48px; font-weight: 400;
}
.cq-hero-actions { display: flex; gap: 16px; align-items: center; }
.cq-btn-primary {
  background: var(--cq-blue); color: var(--cq-navy);
  padding: 16px 36px; border-radius: 8px;
  font-weight: 700; font-size: 15px; letter-spacing: 0.3px;
  text-decoration: none; display: inline-block; transition: all 0.25s;
  box-shadow: 0 8px 32px rgba(134,195,243,0.25);
}
.cq-btn-primary:hover { background: var(--cq-white); transform: translateY(-2px); }
.cq-btn-ghost {
  color: var(--cq-steel); font-size: 15px; font-weight: 500;
  text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.2s;
}
.cq-btn-ghost:hover { color: var(--cq-white); }
.cq-hero-stats {
  position: relative; z-index: 1;
  display: flex; gap: 0; margin-top: 80px;
  border-top: 1px solid rgba(134,195,243,0.12); padding-top: 40px;
}
.cq-stat { flex: 1; padding-right: 40px; border-right: 1px solid rgba(134,195,243,0.1); margin-right: 40px; }
.cq-stat:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.cq-stat-num { font-family: 'DM Serif Display', serif; font-size: 44px; line-height: 1; color: var(--cq-white); margin-bottom: 6px; }
.cq-stat-num span { color: var(--cq-blue); }
.cq-stat-label { font-size: 13px; color: var(--cq-graphite); font-weight: 500; letter-spacing: 0.3px; }

/* ── WHY ─────────────────────────────────────────────── */
.cq-why {
  padding: 120px 60px;
  background-color: #0d1220;
  position: relative; overflow: hidden;
  font-family: 'Manrope', sans-serif;
}
.cq-why::before {
  content: ''; position: absolute; right: -200px; top: -200px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(134,195,243,0.06) 0%, transparent 70%);
}
.cq-why-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: start; max-width: 1200px; margin: 0 auto;
}
.cq-why-left .cq-section-body { margin-bottom: 20px; }
.cq-secondary-text { font-size: 14px !important; color: var(--cq-graphite) !important; }
.cq-pillar {
  padding: 32px; border-radius: 12px;
  border: 1px solid rgba(134,195,243,0.1);
  background: rgba(134,195,243,0.03);
  margin-bottom: 20px;
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
.cq-pillar:hover { border-color: rgba(134,195,243,0.3); background: rgba(134,195,243,0.06); transform: translateX(6px); }
.cq-pillar-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(134,195,243,0.12);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.cq-pillar-icon i { font-size: 20px; color: var(--cq-blue); }
.cq-pillar h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: var(--cq-white); }
.cq-pillar p { font-size: 14px; line-height: 1.65; color: var(--cq-graphite); }

/* ── HOW IT WORKS ─────────────────────────────────────── */
.cq-how {
  padding: 120px 60px;
  background-color: #0a0e1a;
  font-family: 'Manrope', sans-serif;
}
.cq-how-inner { max-width: 1100px; margin: 0 auto; }
.cq-how-header { text-align: center; margin-bottom: 70px; }
.cq-how-header .cq-section-label,
.cq-how-header .cq-section-title { text-align: center; }
.cq-how-header .cq-section-body { margin: 0 auto; text-align: center; }
.cq-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  position: relative;
}
.cq-steps::before {
  content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--cq-blue), var(--cq-blue), transparent);
  opacity: 0.25;
}
.cq-step { padding: 0 24px; text-align: center; }
.cq-step-num {
  width: 72px; height: 72px; border-radius: 50%;
  border: 1px solid rgba(134,195,243,0.25);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  background: rgba(134,195,243,0.05);
  font-family: 'DM Serif Display', serif; font-size: 26px; color: var(--cq-blue);
  position: relative; z-index: 1;
  transition: background 0.3s, border-color 0.3s;
}
.cq-step:hover .cq-step-num { background: rgba(134,195,243,0.12); border-color: rgba(134,195,243,0.5); }
.cq-step h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px; color: var(--cq-white); }
.cq-step p { font-size: 14px; color: var(--cq-graphite); line-height: 1.6; }

/* ── FUND ─────────────────────────────────────────────── */
.cq-fund {
  padding: 120px 60px;
  background: linear-gradient(135deg, #0f1e28 0%, #0a1820 100%);
  position: relative; overflow: hidden;
  font-family: 'Manrope', sans-serif;
}
.cq-fund-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.cq-fund-card {
  background: rgba(134,195,243,0.04);
  border: 1px solid rgba(134,195,243,0.12);
  border-radius: 16px; padding: 48px;
  position: relative; overflow: hidden;
}
.cq-fund-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--cq-blue), rgba(134,195,243,0.3));
}
.cq-fund-card h3 { font-family: 'DM Serif Display', serif; font-size: 28px; color: var(--cq-white); margin-bottom: 8px; }
.cq-fund-subtitle { font-size: 13px; color: var(--cq-graphite); margin-bottom: 32px; }
.cq-fund-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 0; }
.cq-metric { padding: 20px; border-radius: 10px; background: rgba(134,195,243,0.05); border: 1px solid rgba(134,195,243,0.08); }
.cq-metric-val { font-family: 'DM Serif Display', serif; font-size: 32px; color: var(--cq-blue); margin-bottom: 4px; }
.cq-metric-key { font-size: 12px; color: var(--cq-graphite); font-weight: 500; letter-spacing: 0.5px; }
.cq-fund-features { list-style: none; padding: 0; margin-top: 24px; }
.cq-fund-features li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 0; border-bottom: 1px solid rgba(134,195,243,0.08);
  font-size: 15px; color: var(--cq-steel); line-height: 1.5;
}
.cq-fund-features li:last-child { border-bottom: none; }
.cq-check {
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(134,195,243,0.12);
  flex-shrink: 0; margin-top: 2px;
  display: flex; align-items: center; justify-content: center;
}
.cq-check svg { width: 11px; height: 11px; stroke: var(--cq-blue); fill: none; stroke-width: 2.5; }
.cq-fund-tags { margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(134,195,243,0.1); }
.cq-fund-tags-label { font-size: 12px; color: var(--cq-graphite); margin-bottom: 12px; font-weight: 600; letter-spacing: 0.5px; }
.cq-fund-tags-wrap { display: flex; gap: 10px; flex-wrap: wrap; }
.cq-fund-tag {
  padding: 8px 16px; border-radius: 20px;
  background: rgba(134,195,243,0.08);
  border: 1px solid rgba(134,195,243,0.15);
  font-size: 13px; color: var(--cq-steel);
}

/* ── TESTIMONIALS ─────────────────────────────────────── */
.cq-testimonials {
  padding: 120px 60px;
  background-color: #0a0e1a;
  font-family: 'Manrope', sans-serif;
}
.cq-testimonials-inner { max-width: 1100px; margin: 0 auto; }
.cq-testimonials-header { text-align: center; margin-bottom: 60px; }
.cq-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cq-testimonial {
  background: rgba(134,195,243,0.03);
  border: 1px solid rgba(134,195,243,0.1);
  border-radius: 14px; padding: 36px;
  transition: border-color 0.3s, transform 0.3s;
}
.cq-testimonial:hover { border-color: rgba(134,195,243,0.25); transform: translateY(-4px); }
.cq-quote-mark { font-family: 'DM Serif Display', serif; font-size: 64px; color: var(--cq-blue); opacity: 0.3; line-height: 0.6; margin-bottom: 20px; }
.cq-testimonial p { font-size: 15px; line-height: 1.7; color: var(--cq-steel); margin-bottom: 28px; font-style: italic; }
.cq-testimonial-author { display: flex; align-items: center; gap: 14px; }
.cq-author-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--cq-blue), var(--cq-navy-light));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px; color: var(--cq-navy);
  flex-shrink: 0;
}
.cq-author-name { font-size: 14px; font-weight: 700; color: var(--cq-white); }
.cq-author-title { font-size: 12px; color: var(--cq-graphite); margin-top: 2px; }

/* ── APPLY FORM ───────────────────────────────────────── */
.cq-apply {
  padding: 120px 60px;
  background-color: #0d1220;
  position: relative; overflow: hidden;
  font-family: 'Manrope', sans-serif;
}
.cq-apply::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(134,195,243,0.07) 0%, transparent 70%);
}
.cq-apply-inner {
  max-width: 700px; margin: 0 auto; text-align: center; position: relative; z-index: 1;
}
.cq-apply-inner .cq-section-title { font-size: clamp(36px, 5vw, 64px); margin-bottom: 20px; }
.cq-apply-inner .cq-section-body { margin: 0 auto 48px; text-align: center; }
.cq-apply-form {
  background: rgba(134,195,243,0.04);
  border: 1px solid rgba(134,195,243,0.15);
  border-radius: 16px; padding: 48px; text-align: left;
}
.cq-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.cq-form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.cq-form-group label { font-size: 12px; font-weight: 600; letter-spacing: 0.5px; color: var(--cq-steel); }
.cq-form-group input,
.cq-form-group select {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(134,195,243,0.15);
  border-radius: 8px; padding: 14px 16px;
  font-family: 'Manrope', sans-serif; font-size: 15px;
  color: var(--cq-white); outline: none; transition: border-color 0.2s; width: 100%;
}
.cq-form-group input::placeholder { color: var(--cq-arsenic); }
.cq-form-group input:focus,
.cq-form-group select:focus { border-color: var(--cq-blue); }
.cq-form-group select option { background: #172937; }
.cq-form-submit {
  width: 100%; padding: 18px; border-radius: 8px;
  background: var(--cq-blue); color: var(--cq-navy);
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px;
  border: none; cursor: pointer; margin-top: 8px;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 8px 32px rgba(134,195,243,0.25);
}
.cq-form-submit:hover { background: var(--cq-white); transform: translateY(-2px); }
.cq-form-disclaimer { font-size: 12px; color: var(--cq-arsenic); text-align: center; margin-top: 16px; line-height: 1.5; }

/* ── RESPONSIVE SYSTEM ───────────────────────────────── */

/* Tablet & Smaller Laptops */
@media (max-width: 1024px) {
  .cq-hero { padding: 120px 40px; }
  .cq-why-inner, .cq-fund-inner { gap: 40px; }
  .cq-steps { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
  .cq-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile Devices */
@media (max-width: 768px) {
  .cq-hero, .cq-why, .cq-how, .cq-fund, .cq-testimonials, .cq-apply { 
    padding: 60px 24px; 
  }
  
  .cq-hero { min-height: auto; padding-top: 100px; }
  
  /* Stack buttons and stats */
  .cq-hero-actions { flex-direction: column; align-items: stretch; }
  .cq-btn-primary, .cq-btn-ghost { justify-content: center; }
  
  .cq-hero-stats { 
    flex-direction: column; 
    margin-top: 50px; 
    padding-top: 30px; 
  }
  .cq-stat { 
    border-right: none; 
    border-bottom: 1px solid rgba(134,195,243,0.1); 
    padding: 0 0 20px 0; 
    margin: 0 0 20px 0; 
  }
  .cq-stat:last-child { border-bottom: none; }

  /* One Column Layouts */
  .cq-why-inner, .cq-fund-inner, .cq-testimonials-grid, .cq-steps { 
    grid-template-columns: 1fr; 
    gap: 32px; 
  }
  
  .cq-steps::before { display: none; }
  
  .cq-fund-card { padding: 32px 20px; }
  .cq-fund-metrics { grid-template-columns: 1fr; }
  
  .cq-apply-form { padding: 32px 20px; }
  .cq-form-row { grid-template-columns: 1fr; gap: 0; }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .cq-section-title { font-size: 28px; }
  .cq-stat-num { font-size: 36px; }
  .cq-pillar { padding: 20px; }
}