/* ═══════════════════════════════════════════════════════════
   DRAGON — DevROI Page
   ═══════════════════════════════════════════════════════════ */

/* ─── HERO ─── */
#hero-devroi {
  position: relative; min-height: 70vh; display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden; background: var(--black);
}
#hero-devroi .hero-video-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
}
#hero-devroi .hero-video-bg video {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: brightness(0.5) saturate(0.8);
}
#hero-devroi .hero-video-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(9,9,9,0.3) 0%, rgba(9,9,9,0.5) 55%, rgba(9,9,9,0.97) 100%);
}
#hero-devroi > *:not(.hero-video-bg) { position: relative; z-index: 1; }
.devroi-hero-content { padding: 140px 24px 80px; }
.devroi-hero-sup { font-family: 'Cinzel', serif; font-size: 0.85rem; letter-spacing: 0.2em; color: var(--gold-light); text-transform: uppercase; margin-bottom: 16px; }
.devroi-hero-title { font-family: 'Cormorant SC', serif; font-weight: 700; font-size: clamp(1.3rem, 3.5vw, 3rem); letter-spacing: -0.02em; line-height: 1.1; text-transform: uppercase; color: var(--text); margin-bottom: 24px; }
.accent-devroi { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.devroi-platino-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 20px; border-radius: 999px;
  border: 1px solid var(--gold); background: rgba(182,160,111,0.12);
  font-family: 'Cinzel', serif; font-size: 0.8rem; letter-spacing: 0.15em;
  color: var(--gold-bright); text-transform: uppercase;
}

/* ─── INTRO ─── */
#devroi-intro { background: var(--black); }
.devroi-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.devroi-intro-img { border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }
.devroi-intro-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.devroi-intro-text { display: flex; flex-direction: column; gap: 16px; }
.devroi-intro-text .section-label { margin-bottom: 4px; }
.devroi-intro-text p { font-size: 0.95rem; color: var(--muted); line-height: 1.7; }
.devroi-highlight-text { background: rgba(182,160,111,0.07); border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; padding: 16px 20px; color: #c8b8ac !important; }

/* ─── ESTADÍSTICAS ─── */
#devroi-stats { background: var(--deep); }
.devroi-stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 40px; }
.devroi-stat-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 12px;
  padding: 28px 16px; text-align: center; transition: border-color 0.3s;
}
.devroi-stat-card:hover { border-color: var(--gold); }
.devroi-stat-number {
  font-family: 'Cinzel Decorative', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold)); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 12px;
}
.devroi-stat-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }

/* ─── ROI ─── */
#devroi-roi { background: var(--black); }
.devroi-roi-box {
  display: flex; flex-direction: column; gap: 36px;
  background: rgba(182,160,111,0.06); border: 1px solid rgba(182,160,111,0.25);
  border-radius: 16px; padding: 48px; max-width: 760px; margin: 0 auto;
}
.devroi-roi-body {
  font-size: clamp(1.05rem, 2vw, 1.25rem); color: #c8b8ac; line-height: 1.75; text-align: center;
  padding-top: 28px; border-top: 1px solid rgba(182,160,111,0.2);
}
.devroi-roi-body strong { color: var(--text); }
.devroi-roi-stat {
  display: flex; align-items: center; gap: 28px;
}
.devroi-roi-number {
  font-family: 'Cinzel Decorative', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold)); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; flex-shrink: 0;
}
.devroi-roi-number span { font-size: 0.6em; }
.devroi-roi-label { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }

/* ─── BIG NUMBERS ─── */
#devroi-big { background: var(--surface); padding: 80px 0; }
.devroi-big-grid { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 48px; align-items: center; }
.devroi-big-divider { background: var(--border); height: 120px; }
.devroi-big-item { text-align: center; }
.devroi-big-number {
  font-family: 'Cinzel Decorative', serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 900;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold)); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.2; margin-bottom: 16px;
}
.devroi-big-desc { font-size: 1rem; color: var(--muted); line-height: 1.6; max-width: 340px; margin: 0 auto; }

/* ─── TESTIMONIO ─── */
#devroi-testimonio { background: var(--deep); text-align: center; }
.devroi-quote {
  font-family: 'Cinzel', serif; font-size: clamp(1.3rem, 2.5vw, 2rem); font-weight: 600;
  color: var(--text); line-height: 1.5; max-width: 720px; margin: 32px auto 0;
  position: relative; padding: 0 40px;
}
.devroi-quote::before, .devroi-quote::after {
  content: '"'; font-family: 'Cinzel Decorative', serif; font-size: 4rem; color: var(--gold);
  position: absolute; line-height: 1; opacity: 0.4;
}
.devroi-quote::before { top: -16px; left: 0; }
.devroi-quote::after { bottom: -32px; right: 0; content: '"'; }

/* ─── CIERRE ─── */
#devroi-cierre { background: var(--black); text-align: center; }
.devroi-cierre-lead { font-family: 'Cinzel', serif; font-size: 1.2rem; color: var(--gold-light); margin: 24px auto 0; max-width: 600px; }
.devroi-cierre-body { font-size: 0.95rem; color: var(--muted); line-height: 1.7; max-width: 640px; margin: 16px auto 0; }
.devroi-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .devroi-stats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .devroi-intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .devroi-roi-box { padding: 32px; }
  .devroi-roi-stat { flex-direction: column; align-items: flex-start; gap: 16px; }
  .devroi-big-grid { grid-template-columns: 1fr; }
  .devroi-big-divider { display: none; }
}
@media (max-width: 600px) {
  .devroi-stats-grid { grid-template-columns: 1fr 1fr; }
  #hero-devroi { min-height: 55vh; }
}
@media (max-width: 400px) {
  .devroi-stats-grid { grid-template-columns: 1fr; }
}
