/* SCOPED QUESTIONS TO ASK INTERVIEWER – Market Scout Style */
.scv-interview-guide {
background-color: #0f172a;
color: #e2e8f0;
font-family: “Poppins”, sans-serif;
line-height: 1.7;
overflow-x: hidden;
–teal: #268599;
–teal-light: #618480;
–coral: #e8885e;
–navy: #0f172a;
–navy-card: #1e293b;
–border: rgba(255, 255, 255, 0.1);
}
.scv-interview-guide h1, .scv-interview-guide h2, .scv-interview-guide h3, .scv-interview-guide h4 { color: #ffffff !important; font-family: “Playfair Display”, serif; margin-top: 0; }
.scv-interview-guide p, .scv-interview-guide li { color: #cbd5e1 !important; margin-bottom: 16px; }
.scv-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.scv-guide-hero { padding: 100px 0 80px; text-align: center; background: radial-gradient(circle at 50% 0%, #1e293b 0%, #0f172a 70%); position: relative; }
.scv-guide-hero::before { content: “”; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(38, 133, 153, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 133, 153, 0.1) 1px, transparent 1px); background-size: 40px 40px; opacity: 0.3; }
.scv-badge-pulse { display: inline-flex; align-items: center; gap: 8px; background: rgba(38, 133, 153, 0.15); color: var(–teal-light) !important; padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 24px; border: 1px solid rgba(38, 133, 153, 0.3); }
.scv-badge-pulse::before { content: “”; width: 8px; height: 8px; background: var(–teal); border-radius: 50%; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0% { opacity: 1; box-shadow: 0 0 0 0 rgba(38, 133, 153, 0.7); } 70% { box-shadow: 0 0 0 6px rgba(38, 133, 153, 0); } 100% { opacity: 0; } }
.scv-guide-hero h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.2; margin-bottom: 24px; }
.scv-text-highlight { color: var(–teal-light) !important; }
.btn-primary { background: linear-gradient(135deg, var(–teal) 0%, var(–teal-light) 50%, var(–coral) 100%); color: white !important; padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 18px; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(38, 133, 153, 0.3); }
.btn-primary:hover { transform: translateY(-3px); color: white !important; }
/* Stats Bar */
.stats-bar { display: flex; justify-content: center; gap: 60px; margin: 50px 0; flex-wrap: wrap; padding: 30px; background: rgba(255,255,255,0.02); border-radius: 16px; }
.stat-item { text-align: center; }
.stat-number { font-size: 36px; font-weight: 700; color: var(–coral) !important; display: block; }
.stat-label { font-size: 14px; color: #94a3b8 !important; }
.content-section { padding: 60px 0; }
/* Category Tabs */
.category-tabs { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 40px; }
.category-tab { padding: 12px 24px; background: var(–navy-card); border: 1px solid var(–border); border-radius: 50px; color: #94a3b8 !important; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; text-decoration: none; }
.category-tab:hover, .category-tab.active { background: rgba(38, 133, 153, 0.15); border-color: var(–teal); color: var(–teal-light) !important; }
/* Questions Grid */
.questions-category { margin-bottom: 60px; }
.category-header { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid var(–border); }
.category-icon { width: 50px; height: 50px; background: rgba(38, 133, 153, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.category-count { margin-left: auto; background: rgba(232, 136, 94, 0.15); color: var(–coral) !important; padding: 4px 12px; border-radius: 20px; font-size: 13px; }
.questions-list { display: grid; gap: 15px; }
.question-card { background: var(–navy-card); border: 1px solid var(–border); border-radius: 12px; padding: 25px; transition: all 0.3s ease; cursor: pointer; }
.question-card:hover { border-color: rgba(38, 133, 153, 0.5); transform: translateX(5px); }
.question-text { font-size: 16px; font-weight: 500; color: #fff !important; margin-bottom: 10px; display: flex; align-items: flex-start; gap: 12px; }
.question-text::before { content: “?”; background: var(–teal); color: white; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.question-why { font-size: 14px; color: #94a3b8 !important; padding-left: 36px; margin: 0; }
/* When to Ask Section */
.timing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin: 40px 0; }
.timing-card { background: var(–navy-card); border: 1px solid var(–border); border-radius: 16px; padding: 30px; }
.timing-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.timing-icon { width: 45px; height: 45px; background: rgba(232, 136, 94, 0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.timing-title { font-size: 18px; font-weight: 600; color: #fff !important; }
.timing-list { list-style: none; padding: 0; margin: 0; }
.timing-list li { padding: 10px 0; border-bottom: 1px solid var(–border); color: #cbd5e1 !important; font-size: 14px; }
.timing-list li:last-child { border-bottom: none; }
/* Tips Box */
.tips-box { background: linear-gradient(135deg, rgba(38, 133, 153, 0.1) 0%, rgba(232, 136, 94, 0.1) 100%); border: 1px solid rgba(38, 133, 153, 0.3); border-radius: 16px; padding: 30px; margin: 40px 0; }
.tips-box h3 { color: var(–teal-light) !important; margin-bottom: 20px; }
.do-dont-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
.do-column h4 { color: var(–teal) !important; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.dont-column h4 { color: var(–coral) !important; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.do-column ul, .dont-column ul { list-style: none; padding: 0; margin: 0; }
.do-column li, .dont-column li { padding: 8px 0; font-size: 14px; }
.final-cta { text-align: center; padding: 80px 30px; background: radial-gradient(circle at 50% 100%, #1e293b 0%, #0f172a 70%); border-radius: 20px; margin: 60px 0; }
@media (max-width: 768px) { .stats-bar { gap: 30px; } .timing-grid { grid-template-columns: 1fr; } }
Preparaci f3n de Entrevista
Preguntas Inteligentes para Hacerle a tu Entrevistador
Destaca entre otros candidatos haciendo preguntas reflexivas. Estas preguntas demuestran inter e9s, investigaci 0f3n y pensamiento cr 0edtico.
ver todas las gu 0edas de carrera
Crea un CV listo para entrevistas
Sobre el Puesto
Equipo y Cultura
Crecimiento y Desarrollo
Direcci 0f3n de la Empresa
Pr 03ximos Pasos
Las Buenas Preguntas Comienzan con una Buena Base
Impresiona a los entrevistadores con preguntas inteligentes y un curr 0edculum pulido. Demuestra que has hecho tu tarea en ambos aspectos.
Crear mi CV 06rarr;